Actually typecheck `tests.test_server` (#13135)
This commit is contained in:
parent
80c7a06777
commit
09f6e43025
|
@ -0,0 +1 @@
|
||||||
|
Enforce type annotations for `tests.test_server`.
|
1
mypy.ini
1
mypy.ini
|
@ -56,7 +56,6 @@ exclude = (?x)
|
||||||
|tests/server.py
|
|tests/server.py
|
||||||
|tests/server_notices/test_resource_limits_server_notices.py
|
|tests/server_notices/test_resource_limits_server_notices.py
|
||||||
|tests/test_metrics.py
|
|tests/test_metrics.py
|
||||||
|tests/test_server.py
|
|
||||||
|tests/test_state.py
|
|tests/test_state.py
|
||||||
|tests/test_terms_auth.py
|
|tests/test_terms_auth.py
|
||||||
|tests/util/caches/test_cached_call.py
|
|tests/util/caches/test_cached_call.py
|
||||||
|
|
Loading…
Reference in New Issue