Files
agent0/plugins/festinger/pytest.ini
T

7 lines
121 B
INI
Raw Normal View History

2026-04-19 16:16:13 +02:00
[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*