debian.models: Migrate tests from storage to debian lister model

Related bb5d405
This commit is contained in:
Antoine R. Dumont (@ardumont) 2019-11-14 10:28:15 +01:00
parent b2e5ce32a9
commit d251201251
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8
3 changed files with 75 additions and 1 deletions

View file

@ -26,6 +26,9 @@ ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True
[mypy-pytest_postgresql.*]
ignore_missing_imports = True
[mypy-requests_mock.*]
ignore_missing_imports = True