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

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2007-05-13 22:33:02 +0400
committerDavid Rousselie <dax@happycoders.org>2007-05-13 22:33:02 +0400
commit0f95cc4678fc7c8c0188c842027739fd77aaad4d (patch)
tree68efbbdc8539e7203a15717fb0fc3d9b8aa57224 /setup.py
parentcde3a9f16f6ef924a28e326e806ebafa0cb74e84 (diff)
Move unit tests in source folder
darcs-hash:20070513183302-86b55-98a5e67621ece44958f215e98ba1c92e32c4ea51.gz
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c786fef..49803d7 100644
--- a/setup.py
+++ b/setup.py
@@ -31,4 +31,4 @@ setup(name = 'jmc', \
package_dir = {'': 'src'}, \
packages = ['jmc', 'jmc.jabber', 'jmc.model'], \
scripts = ['src/jmc.py'], \
- test_suite = 'run_tests.test_suite')
+ test_suite = 'jmc.tests.suite')