File size: 235 Bytes
08983e3
18cd4f7
08983e3
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[pytest]
testpaths = A4 A16

python_files = test_*.py
python_classes = Test*
python_functions = test_*

# output options ??
addopts = -v --tb=short

filterwarnings =
    ignore::DeprecationWarning
    ignore::PendingDeprecationWarning