10 lines
126 B
Python
10 lines
126 B
Python
from tests.network_tests import test_network
|
|
|
|
|
|
def test_all():
|
|
test_network()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
test_all()
|