Video-Note-Taker / pytest.ini
rajiv-ramteke's picture
initial commit
6b64d63
Raw
History Blame
145 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
asyncio_mode = auto