2 parents 9d84207 + 9c88e3a commit 9c95e94Copy full SHA for 9c95e94
1 file changed
tests/test_reports_specs.py
@@ -0,0 +1,9 @@
1
+import importlib
2
+
3
4
+def test_import_reports_specs():
5
+ mod = importlib.import_module("llm_observability_analytics.reports.specs")
6
+ assert mod is not None
7
8
9
+# TODO: add spec generation unit tests
0 commit comments