Skip to content

Commit 73a54a8

Browse files
committed
🎨 Make pytest config sparse
1 parent 14769ff commit 73a54a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pytest.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,18 @@ addopts =
3131
#--cov-report term-missing:skip-covered
3232
#--cov-report xml
3333
# --cov-report xml:.test-results/pytest/cov.xml # alternatively move it here
34+
3435
doctest_optionflags = ALLOW_UNICODE ELLIPSIS
36+
3537
#filterwarnings =
3638
# error
39+
3740
junit_duration_report = call
3841
junit_family = xunit2
3942
junit_suite_name = magicbus_test_suite
43+
4044
minversion = 4.6.9
45+
4146
# Optimize pytest's lookup by restricting potentially deep dir tree scan:
4247
norecursedirs =
4348
build
@@ -51,4 +56,5 @@ norecursedirs =
5156
.tox
5257

5358
testpaths = magicbus/test/
59+
5460
xfail_strict = true

0 commit comments

Comments
 (0)