MatrixSynapse/tests/util
Adrian Tschira a1a3c9660f Make tests py3 compatible
This is a mixed commit that fixes various small issues

 * print parentheses
 * 01 is invalid syntax (it was octal in py2)
 * [x for i in 1, 2] is invalid syntax
 * six moves

Signed-off-by: Adrian Tschira <nota@notafile.com>
2018-04-16 00:39:32 +02:00
..
caches
__init__.py
test_clock.py
test_dict_cache.py
test_expiring_cache.py
test_file_consumer.py Make tests py3 compatible 2018-04-16 00:39:32 +02:00
test_limiter.py
test_linearizer.py Make tests py3 compatible 2018-04-16 00:39:32 +02:00
test_logcontext.py
test_lrucache.py
test_rwlock.py
test_snapshot_cache.py
test_treecache.py
test_wheel_timer.py