slightly improved network functionality and added tests for network
This commit is contained in:
9
tests/__init__.py
Normal file
9
tests/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from tests.network_tests import test_network
|
||||
|
||||
|
||||
def test_all():
|
||||
test_network()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_all()
|
||||
Reference in New Issue
Block a user