memorybridge / pytest.ini
kimandrew927's picture
Initial Space deployment
1004967
raw
history blame contribute delete
121 Bytes
[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*