first commit
This commit is contained in:
16
pytest.ini
Normal file
16
pytest.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
[pytest]
|
||||
minversion = 7.0
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
addopts =
|
||||
--strict-markers
|
||||
--cov=src
|
||||
--cov-report=html
|
||||
--cov-report=term-missing
|
||||
-v
|
||||
markers =
|
||||
unit: Unit tests
|
||||
integration: Integration tests
|
||||
property_test: Property-based tests
|
||||
Reference in New Issue
Block a user