Files
code_of_conquest_dnd/api/pytest.ini
2026-07-10 08:36:56 -05:00

8 lines
197 B
INI

[pytest]
pythonpath = .
testpaths = tests
filterwarnings =
ignore:Using `httpx` with `starlette.testclient` is deprecated
markers =
live: exercises a real Ollama; skipped unless --run-live