pytest config

This commit is contained in:
Andrei Stoica 2024-01-28 20:26:40 -05:00
parent 783741b695
commit 5a9130362e
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
[pytest] [pytest]
pythonpath = . pythonpath = .
addopts = --cov=src --cov-report html
norecursedirs = tmp*