Files
ai-rpg/pytest.ini
2026-06-20 19:13:05 +03:00

10 lines
207 B
INI

[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning