mirror of
https://github.com/linyqh/NarratoAI.git
synced 2026-05-01 06:08:16 +00:00
test: ignore manual llm smoke scripts in pytest
This commit is contained in:
parent
1057bd215c
commit
093c8aa329
11
conftest.py
Normal file
11
conftest.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""Pytest collection rules for the repository.
|
||||
|
||||
These files are executable smoke-check scripts that live next to the LLM
|
||||
implementation for convenience. They require live credentials or manual
|
||||
execution semantics, so keep them out of the default automated test suite.
|
||||
"""
|
||||
|
||||
collect_ignore = [
|
||||
"app/services/llm/test_llm_service.py",
|
||||
"app/services/llm/test_openai_compatible_integration.py",
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user