Python · 300 bytes Raw Blame History
1 """Integration-test configuration.
2
3 Integration tests need network + heavy deps. Re-export the tiny_model
4 fixture here so test modules can pick it up without a long import
5 path.
6 """
7
8 from __future__ import annotations
9
10 from tests.fixtures.tiny_model import tiny_model_dir # noqa: F401 — re-export