Gov_Workflow_RL / pytest.ini
Siddharaj Shirke
deploy: clean code-only snapshot for HF Space
df97e68
raw
history blame contribute delete
145 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
asyncio_mode = auto