6 lines
109 B
INI
6 lines
109 B
INI
[pytest]
|
|
testpaths =
|
|
test
|
|
norecursedirs = test/*
|
|
addopts = -ra --junitxml=xunit-results/TEST-results.xml
|