diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-10-12 18:19:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 18:19:35 +0100 |
commit | 84f5d8325704bf8d554e7cbfd4e4d8b4279b139e (patch) | |
tree | 10942931c5b1e1de3b85e3e33d463bbcb5fd2006 /mypy.ini | |
parent | Update `_wrap_in_base_path` type hints to preserve function arguments (#11055) (diff) | |
download | synapse-84f5d8325704bf8d554e7cbfd4e4d8b4279b139e.tar.xz |
Add tests for `MediaFilePaths` (#11057)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index 174a6edae6..22768a037d 100644 --- a/mypy.ini +++ b/mypy.ini @@ -89,6 +89,7 @@ files = tests/handlers/test_user_directory.py, tests/rest/client/test_login.py, tests/rest/client/test_auth.py, + tests/rest/media/v1/test_filepath.py, tests/storage/test_state.py, tests/storage/test_user_directory.py, tests/util/test_itertools.py, |