diff options
author | David Robertson <davidr@element.io> | 2022-07-05 15:13:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 15:13:47 +0100 |
commit | 6ba732fefe732f92b0266b17cb6e45388bbe002a (patch) | |
tree | d0920597daec9d4d344f39cbd9e0bd23a812916f /changelog.d | |
parent | Factor out some common Complement CI setup commands to a script. (#13157) (diff) | |
download | synapse-6ba732fefe732f92b0266b17cb6e45388bbe002a.tar.xz |
Type `tests.utils` (#13028)
* Cast to postgres types when handling postgres db * Remove unused method * Easy annotations * Annotate create_room * Use `ParamSpec` to annotate looping_call * Annotate `default_config` * Track `now` as a float `time_ms` returns an int like the proper Synapse `Clock` * Introduce a `Timer` dataclass * Introduce a Looper type * Suppress checking of a mock * tests.utils is typed * Changelog * Whoops, import ParamSpec from typing_extensions * ditch the psycopg2 casts
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13028.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13028.misc b/changelog.d/13028.misc new file mode 100644 index 0000000000..4e5f3d8f91 --- /dev/null +++ b/changelog.d/13028.misc @@ -0,0 +1 @@ +Add type annotations to `tests.utils`. |