mirror of
https://github.com/gryf/wicd.git
synced 2026-01-09 15:24:14 +01:00
Updated Preferences dialog and added test cases for wnettools
This commit is contained in:
9
tests/__init__.py
Normal file
9
tests/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
def run_tests():
|
||||
import unittest
|
||||
test_suite = unittest.TestSuite()
|
||||
|
||||
import testwnettools
|
||||
test_suite.addTest(testwnettools.suite())
|
||||
|
||||
unittest.TextTestRunner(verbosity=5).run(test_suite)
|
||||
Reference in New Issue
Block a user