Files

15 lines
217 B
INI

[pytest]
testpaths =
tests
cachier
norecursedirs=dist build .tox
addopts =
# --doctest-modules
--cov=cachier
--cov-report term
--cov-report xml:cov.xml
-r a
-v
-s
-m "not prep"