Telethon/telethon_tests
Lonami Exo ab07f0220a Save dc_id instead layer and salt in the session file
Server salts change every 30 minutes after all, so keeping them
in the long-term storage session file doesn't make much sense.

Saving the layer doesn't make sense either, as it was only used
to know whether to init connection or not, but it should be done
always.
2017-12-28 01:06:27 +01:00
..
__init__.py Many code-style improvements 2016-11-30 00:29:42 +03:00
crypto_test.py Update test for key generation via nonces (#323) 2017-10-11 23:26:13 +02:00
higher_level_test.py Save dc_id instead layer and salt in the session file 2017-12-28 01:06:27 +01:00
network_test.py Create a centralized Connection class, replaces TcpTransport (#112) 2017-08-28 21:23:31 +02:00
parser_test.py Add pre-commit hooks configuration 2016-11-30 00:29:05 +03:00
tl_test.py Add pre-commit hooks configuration 2016-11-30 00:29:05 +03:00
utils_test.py Completely remove BinaryWriter from the project 2017-09-28 11:49:45 +02:00