mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
test: stabilize provider package init coverage
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
4576f9caba
commit
c8fc415707
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ from headroom.providers import install_registry
|
|||
|
||||
def test_providers_package_resolves_exports_lazily_and_caches_them(monkeypatch) -> None:
|
||||
module = importlib.reload(providers)
|
||||
module.__dict__.pop("OpenAIProvider", None)
|
||||
sentinel = object()
|
||||
import_calls: list[str] = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue