Skip to content

Commit 41d9ff5

Browse files
committed
Fix pytest config
1 parent 6cecabd commit 41d9ff5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
[tool.pytest]
2-
addopts = --cov=aiohttp_jinja2
1+
[tool:pytest]
2+
addopts = --cov=aiohttp_jinja2 --cov-report xml --cov-report html --cov-report term
3+
junit_suite_name = aiohttp_test_suite
34
filterwarnings=
45
error
56
testpaths = tests/
7+
junit_family=xunit2
8+
xfail_strict = true

0 commit comments

Comments
 (0)