Add test data

This commit is contained in:
Joachim Jablon
2021-07-24 00:06:05 +02:00
parent 626fbd3669
commit 5e2905c070
6 changed files with 33 additions and 0 deletions

View File

@@ -9,5 +9,16 @@ skip = .venv,.tox
extend-ignore = E203,E501
extend-exclude = .venv
[tool:pytest]
addopts =
--cov-report term-missing --cov-branch --cov-report xml --cov-report term
--cov=tests.code -vv --strict-markers -rfE
filterwarnings =
error
[mypy]
no_implicit_optional = True
[mypy-django.*,importlib_metadata.*,psycopg2.*,aiopg.*]
ignore_missing_imports = True