bankfind/pytest.ini
2020-08-21 22:29:52 -06:00

10 lines
154 B
INI

[pytest]
testpaths =
tests
bankfind
norecursedirs=dist build .venv .vscode demo
addopts =
--doctest-modules
--cov=bankfind
-r a
-v