mirror of
https://github.com/wassname/cachier.git
synced 2026-08-21 11:13:21 +08:00
16 lines
256 B
INI
16 lines
256 B
INI
[pytest]
|
|
testpaths =
|
|
tests
|
|
cachier
|
|
norecursedirs=dist build .tox
|
|
markers =
|
|
memory: test memory core functionalities.
|
|
addopts =
|
|
# --doctest-modules
|
|
--cov=cachier
|
|
--cov-report term
|
|
--cov-report xml:cov.xml
|
|
-r a
|
|
-v
|
|
-s
|