OpenTriage_AI / pytest.ini
KrishnaCosmic's picture
checking changes
5eebd59
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