9 lines
160 B
INI
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
|