Skip to content

Commit 9d84207

Browse files
Merge pull request #17 from DiogoRibeiro7/test-skeleton/pipeline-config
test(s): add skeleton for pipeline.config
2 parents f2c7c3a + cc2dd3c commit 9d84207

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/test_pipeline_config.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_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

Comments
 (0)