synapse/tests/util
Jonathan de Jong 93729719b8
Use inline type hints in tests/ (#10350)
This PR is tantamount to running:

    python3.8 -m com2ann -v 6 tests/

(com2ann requires python 3.8 to run)
2021-07-13 11:52:58 +01:00
..
caches Use inline type hints in tests/ (#10350) 2021-07-13 11:52:58 +01:00
__init__.py
test_async_utils.py
test_batching_queue.py Rewrite the KeyRing (#10035) 2021-06-02 16:37:59 +01:00
test_dict_cache.py
test_expiring_cache.py
test_file_consumer.py
test_glob_to_regex.py
test_itertools.py Use inline type hints in tests/ (#10350) 2021-07-13 11:52:58 +01:00
test_linearizer.py
test_logcontext.py
test_logformatter.py
test_lrucache.py Add support for evicting cache entries based on last access time. (#10205) 2021-07-05 16:32:12 +01:00
test_ratelimitutils.py
test_retryutils.py
test_rwlock.py
test_stream_change_cache.py
test_stringutils.py
test_threepids.py
test_treecache.py
test_wheel_timer.py