Skip to content

Commit fa1f61f

Browse files
Merge pull request #19 from DiogoRibeiro7/test-skeleton/storage-interfaces
test(s): add skeleton for storage.interfaces
2 parents 9c95e94 + f2950ea commit fa1f61f

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)