Support multiple test modules.

This commit is contained in:
William Grant
2011-03-16 23:03:52 +11:00
parent 6ceace530e
commit 9aea8985fb
4 changed files with 35 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ TESTING
To run pydkim's test suite:
PYTHONPATH=. python dkim/tests/test_dkim.py
PYTHONPATH=. python -m unittest dkim.tests.test_suite
Alternatively, if you have testrepository installed: