Spaces:
Running
Running
File size: 474 Bytes
60b6623 dd0434b 60b6623 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[tool:pytest]
testpaths = specs
python_files = *_spec.py
python_classes = Test*
python_functions = test_*
pythonpath = .
addopts =
--strict-markers
--strict-config
--verbose
--tb=short
--capture=no
markers =
e2e: marks tests as end-to-end tests
slow: marks tests as slow running
upload: marks tests related to upload functionality
admin: marks tests related to admin functionality
export: marks tests related to export functionality
|