11 lines
284 B
INI
11 lines
284 B
INI
[pytest]
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
testpaths = tests
|
|
pythonpath = src tests
|
|
addopts = --tb=short -v
|
|
markers =
|
|
e2e: marks tests as end-to-end tests
|
|
smoke: marks tests as smoke tests
|
|
regression: marks tests as regression tests |