Skip to content

Commit 12eb7a7

Browse files
committed
test: add skeleton tests/test_metrics_models.py
1 parent 8f539a4 commit 12eb7a7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/test_metrics_models.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import importlib
2+
3+
4+
def test_import_metrics_models():
5+
mod = importlib.import_module("llm_observability_analytics.metrics.models")
6+
assert mod is not None
7+
8+
9+
# TODO: add numeric helper tests with small sample inputs

0 commit comments

Comments
 (0)