Add test data
This commit is contained in:
11
setup.cfg
11
setup.cfg
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user