Code

Fixed the unit tests for the mailgw re: the x-roundup-name header.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 14 Feb 2002 23:38:12 +0000 (23:38 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 14 Feb 2002 23:38:12 +0000 (23:38 +0000)
commit9d5fc0aa9325514d396efc92d52dab31bb373ad1
tree46682a4c3f190646335a02d2fe3a4cfb523f50ce
parent51ce157ca94ada60070f997d4ec4bbbd1cccd78d
Fixed the unit tests for the mailgw re: the x-roundup-name header.
Also made the test runner more user-friendly:
  ./run_tests            - detect all tests in test/test_<name>.py and run them
  ./run_tests <name>     - run only test/test_<name>.py
eg ./run_tests mailgw    - run the mailgw test from test/test_mailgw.py

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@625 57a73879-2fb5-44c3-a270-3262357dd7e2
run_tests
test/__init__.py
test/test_mailgw.py