Files
Tests/pytest.ini
T
2026-05-06 22:16:58 +03:30

9 lines
160 B
INI

[pytest]
pythonpath = .
testpaths = tests
python_files = test_*.py
addopts = -v
markers =
ai: tests that use AI validation
slow: slow integration tests