9 lines
192 B
INI
9 lines
192 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
markers =
|
|
release: release-grade black-box acceptance tests against a running backend
|
|
|