Skip to content

Commit cee6d50

Browse files
committed
test: add skeleton tests/test_storage_interfaces.py
1 parent 1c45f0c commit cee6d50

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/test_storage_interfaces.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_storage_interfaces():
5+
mod = importlib.import_module("llm_observability_analytics.storage.interfaces")
6+
assert mod is not None
7+
8+
9+
# TODO: add in-memory storage double tests

0 commit comments

Comments
 (0)