mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Completely refactored unit tests, removed unused code
This commit is contained in:
5
unittests/__init__.py
Normal file
5
unittests/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .crypto_tests import CryptoTests
|
||||
from .network_tests import NetworkTests
|
||||
from .parser_tests import ParserTests
|
||||
from .tl_tests import TLTests
|
||||
from .utils_tests import UtilsTests
|
Reference in New Issue
Block a user