Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2005-03-03 00:15:04 +0300
committerJacek Konieczny <jajcus@jajcus.net>2005-03-03 00:15:04 +0300
commit912eaa10303749e7d513a9c87c6fb8c7e84a6c38 (patch)
treed44db1eff35352bd9684b0ed2146be6dfd54fc7f /tests
parent23f52ae2812ed841109963c1a7f9ceee582cabb6 (diff)
- message test added
Diffstat (limited to 'tests')
-rwxr-xr-xtests/all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.py b/tests/all.py
index f19ee15..2f6adbc 100755
--- a/tests/all.py
+++ b/tests/all.py
@@ -4,7 +4,7 @@ import unittest
import sys
import getopt
-all_modules=["vcard","jid","disco","imports","cache","stream_reader", "ns_operations"]
+all_modules=["vcard","jid","disco","imports","cache","stream_reader", "ns_operations", "message"]
def suite(modules=None):
if not modules: