mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-17 03:49:25 +00:00
Add network tests to the suite.
This commit is contained in:
@@ -123,6 +123,7 @@ class TS3ProtoNetworkTests(unittest.TestCase):
|
|||||||
def suite():
|
def suite():
|
||||||
suite = unittest.TestSuite()
|
suite = unittest.TestSuite()
|
||||||
suite.addTest(unittest.makeSuite(TS3ProtoTest))
|
suite.addTest(unittest.makeSuite(TS3ProtoTest))
|
||||||
|
suite.addTest(unittest.makeSuite(TS3ProtoNetworkTests))
|
||||||
return suite
|
return suite
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user