12 lines
206 B
INI
12 lines
206 B
INI
|
[pytest]
|
||
|
addopts =
|
||
|
# show summary of all tests that did not pass
|
||
|
-ra
|
||
|
# enable all warnings
|
||
|
-Wd
|
||
|
# coverage and html report
|
||
|
--cov=waybackpy
|
||
|
--cov-report=html
|
||
|
testpaths =
|
||
|
tests
|