Move unit tests in src module hierarchy

- Python cannot merge a same module from to different folder so merge 'src' and 'tests' folder into one.

darcs-hash:20070513141150-86b55-892f79fdc18fb69f5b8513ea7a31b01f8eb68f0e.gz
This commit is contained in:
David Rousselie
2007-05-13 16:11:50 +02:00
parent 046bade075
commit 74aa7b02df
14 changed files with 164 additions and 150 deletions

View File

@@ -30,4 +30,4 @@ setup(name = 'jcl', \
url = 'http://people.happycoders.org/dax/projects/jcl', \
package_dir = {'': 'src'}, \
packages = ['jcl', 'jcl.jabber', 'jcl.model'], \
test_suite = 'run_tests.test_suite')
test_suite = 'jcl.tests.suite')