Hoghoghi / pytest.ini
Really-amin's picture
Upload 74 files
77aec31 verified
raw
history blame
156 Bytes
[tool:pytest]
testpaths = tests/backend tests/docker
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short