Skip to content

Commit 1b5b68a

Browse files
bpiwowarclaude
andcommitted
feat: validate experimaestro configs in DatasetTests
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 26d788c commit 1b5b68a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/datamaestro/test/checks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ def test_datasets(self):
7272
"""
7373
for dataset in self.repository:
7474
with self.subTest(dataset_id=dataset.id):
75-
dataset.prepare(download=False)
75+
config = dataset.prepare(download=False)
76+
config.__xpm__.validate()

0 commit comments

Comments
 (0)