Files
Tests/pytest.ini
T

9 lines
160 B
INI
Raw Normal View History

2026-05-06 22:16:58 +03:30
[pytest]
pythonpath = .
testpaths = tests
python_files = test_*.py
addopts = -v
markers =
ai: tests that use AI validation
slow: slow integration tests