meta-hack / pytest.ini
Vignesh38's picture
Initial commit: PromptInjectionTriageEnv
138ebd0
Raw
History Blame Contribute Delete
121 Bytes
[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*