Telethon/tests/telethon
Colin Watson 664ceba2c5
Fix TestSyncifyAsyncContext.test_sync_acontext on Python 3.14 (#4722)
`asyncio.get_event_loop` fails on Python 3.14 if there is no current
event loop.  For this particular test of sync behaviour, it seems to
make most sense to explicitly create one.
2025-12-17 08:11:32 +01:00
..
client Add send_as and message_effect_id for client send_file test 2025-04-22 17:46:50 +02:00
crypto Fix get(_input)_users in ChatAction with no service msg 2020-02-24 13:07:13 +01:00
events Fix get(_input)_users in ChatAction with no service msg 2020-02-24 13:07:13 +01:00
extensions Prioritise closing tags when sorting tags 2023-12-07 18:09:02 +02:00
tl Avoid another MemoryError 2020-02-28 10:42:23 +01:00
__init__.py Add example unit test and config for testing 2019-12-07 04:23:27 +01:00
test_helpers.py Fix TestSyncifyAsyncContext.test_sync_acontext on Python 3.14 (#4722) 2025-12-17 08:11:32 +01:00
test_pickle.py Make RPCError subclasses unpicklable again (#1387) 2020-02-14 18:22:17 +01:00
test_utils.py Correct handling of trailing zeros in _rle_encode (#4702) 2025-09-21 17:43:34 +02:00