10 lines
154 B
INI
10 lines
154 B
INI
|
[pytest]
|
||
|
testpaths =
|
||
|
tests
|
||
|
bankfind
|
||
|
norecursedirs=dist build .venv .vscode demo
|
||
|
addopts =
|
||
|
--doctest-modules
|
||
|
--cov=bankfind
|
||
|
-r a
|
||
|
-v
|