bankfind/pytest.ini

10 lines
154 B
INI
Raw Permalink Normal View History

2020-08-21 21:29:52 -07:00
[pytest]
testpaths =
tests
bankfind
norecursedirs=dist build .venv .vscode demo
addopts =
--doctest-modules
--cov=bankfind
-r a
-v