Varshith dharmaj
Upload pytest.ini with huggingface_hub
b1cde88 verified
raw
history blame contribute delete
149 Bytes
[pytest]
pythonpath = .
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short