Files
cachier/pytest.ini
T

14 lines
199 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