File size: 168 Bytes
3dc2617
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
[pytest]
python_files = test_*.py
python_classes = Test*
python_functions = test_*

addopts = --verbose --cov=src --cov-report=term --cov-report=html

testpaths = tests