pytest config
This commit is contained in:
parent
783741b695
commit
5a9130362e
|
|
@ -1,3 +1,4 @@
|
||||||
[pytest]
|
[pytest]
|
||||||
pythonpath = .
|
pythonpath = .
|
||||||
|
addopts = --cov=src --cov-report html
|
||||||
|
norecursedirs = tmp*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue