Move unit tests in source folder

darcs-hash:20070513183302-86b55-98a5e67621ece44958f215e98ba1c92e32c4ea51.gz
This commit is contained in:
David Rousselie
2007-05-13 20:33:02 +02:00
parent cde3a9f16f
commit 0f95cc4678
15 changed files with 87 additions and 40 deletions

View File

@@ -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')