mirror of
https://github.com/gryf/wicd.git
synced 2026-02-09 10:05:49 +01:00
Added unit test for misc.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user