v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-15 22:00:08 -07:00
pol/test.py
Alexandr Nesterenko 89b9ffb78d tests
2017-10-08 13:29:02 -04:00

9 lines
129 B
Python

from tests.test_downloader import MFTests
def main():
ts = MFTests()
ts.test_log_handler()
ts.test_server()
main()