Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-11 | tests.utils is typed | David Robertson | 1 | -1/+3 | |
2022-06-11 | Suppress checking of a mock | David Robertson | 1 | -2/+7 | |
2022-06-11 | Introduce a Looper type | David Robertson | 1 | -7/+29 | |
2022-06-11 | Introduce a `Timer` dataclass | David Robertson | 1 | -17/+37 | |
2022-06-11 | Track `now` as a float | David Robertson | 1 | -6/+6 | |
`time_ms` returns an int like the proper Synapse `Clock` | |||||
2022-06-11 | Annotate `default_config` | David Robertson | 1 | -2/+16 | |
2022-06-11 | Use `ParamSpec` to annotate looping_call | David Robertson | 2 | -2/+6 | |
2022-06-11 | Annotate create_room | David Robertson | 1 | -1/+3 | |
2022-06-11 | Easy annotations | David Robertson | 1 | -1/+1 | |
2022-06-11 | Remove unused method | David Robertson | 1 | -4/+0 | |
2022-06-11 | Cast to postgres types when handling postgres db | David Robertson | 1 | -24/+37 | |
2022-06-10 |