mirror of
https://github.com/wassname/cachier.git
synced 2026-09-07 16:40:54 +08:00
14 lines
199 B
INI
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
|