Skip to content

Commit 57f59d6

Browse files
Merge pull request #20 from DiogoRibeiro7/test-skeleton/traces-models
test(s): add skeleton for traces.models
2 parents fa1f61f + 111dfca commit 57f59d6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/test_traces_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_traces_models():
5+
mod = importlib.import_module("llm_observability_analytics.traces.models")
6+
assert mod is not None
7+
8+
9+
# TODO: add roundtrip tests for TraceRecord

0 commit comments

Comments
 (0)