1
0
mirror of https://github.com/gryf/wicd.git synced 2026-05-05 13:22:58 +02:00

Added unit test for misc.py

This commit is contained in:
Adam Blackburn
2008-12-23 23:34:22 -06:00
parent 10df01a9c2
commit b3d7f072d2
2 changed files with 149 additions and 1 deletions
+4 -1
View File
@@ -6,4 +6,7 @@ def run_tests():
import testwnettools
test_suite.addTest(testwnettools.suite())
unittest.TextTestRunner(verbosity=5).run(test_suite)
import testmisc
test_suite.addTest(testmisc.suite())
unittest.TextTestRunner(verbosity=2).run(test_suite)