Promptaid-VIsion / e2e /pytest.ini
SCGR's picture
e2e
dd0434b
raw
history blame contribute delete
474 Bytes
[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