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