2 parents f2c7c3a + cc2dd3c commit 9d84207Copy full SHA for 9d84207
1 file changed
tests/test_pipeline_config.py
@@ -0,0 +1,9 @@
1
+import importlib
2
+
3
4
+def test_import_pipeline_config():
5
+ mod = importlib.import_module("llm_observability_analytics.pipeline.config")
6
+ assert mod is not None
7
8
9
+# TODO: add YAML loading tests and validation checks
0 commit comments