Files
ai-rpg/pytest.ini

10 lines
207 B
INI
Raw Normal View History

2026-06-20 19:13:05 +03:00
[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning