summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-11tests.utils is typedDavid Robertson1-1/+3
2022-06-11Suppress checking of a mockDavid Robertson1-2/+7
2022-06-11Introduce a Looper typeDavid Robertson1-7/+29
2022-06-11Introduce a `Timer` dataclassDavid Robertson1-17/+37
2022-06-11Track `now` as a floatDavid Robertson1-6/+6
`time_ms` returns an int like the proper Synapse `Clock`
2022-06-11Annotate `default_config`David Robertson1-2/+16
2022-06-11Use `ParamSpec` to annotate looping_callDavid Robertson2-2/+6
2022-06-11Annotate create_roomDavid Robertson1-1/+3
2022-06-11Easy annotationsDavid Robertson1-1/+1
2022-06-11Remove unused methodDavid Robertson1-4/+0
2022-06-11Cast to postgres types when handling postgres dbDavid Robertson1-24/+37
2022-06-10