2 parents 9c95e94 + f2950ea commit fa1f61fCopy full SHA for fa1f61f
1 file changed
tests/test_storage_interfaces.py
@@ -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