flowgraph / pytest.ini
kbsss's picture
Upload folder using huggingface_hub
7b2787b verified
raw
history blame contribute delete
122 Bytes
[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_functions = test_*
addopts = -v --tb=short