Skip to content

Commit 9c95e94

Browse files
Merge pull request #18 from DiogoRibeiro7/test-skeleton/reports-specs
test(s): add skeleton for reports.specs
2 parents 9d84207 + 9c88e3a commit 9c95e94

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Comments
 (0)