8 lines
197 B
INI
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
|