mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-10 17:00:00 -04:00
Require types in tests.storage. (#14646)
Adds missing type hints to `tests.storage` package and does not allow untyped definitions.
This commit is contained in:
parent
94bc21e69f
commit
3ac412b4e2
36 changed files with 489 additions and 341 deletions
|
@ -20,7 +20,7 @@ from tests.unittest import HomeserverTestCase
|
|||
|
||||
|
||||
class ExtremStatisticsTestCase(HomeserverTestCase):
|
||||
def test_exposed_to_prometheus(self):
|
||||
def test_exposed_to_prometheus(self) -> None:
|
||||
"""
|
||||
Forward extremity counts are exposed via Prometheus.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue