mirror of
https://github.com/wassname/cachier.git
synced 2026-08-22 11:50:45 +08:00
15 lines
217 B
INI
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"
|