pytest config missing

This commit is contained in:
blackms 2024-09-11 19:01:29 +02:00
parent 6eaf521db6
commit 2c1322b270

5
pytest.ini Normal file
View file

@ -0,0 +1,5 @@
[pytest]
minversion = 6.0
addopts = --strict-markers --tb=short --cov=src --cov-report=term-missing
testpaths =
tests