Skip to content

Commit 78812a0

Browse files
style: format cross-DSL integration test
1 parent bda94b2 commit 78812a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/gds-framework/tests/test_cross_dsl_integration.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def test_spec_validates(self, minimal_model):
130130
# Control DSL
131131
# ════════════════════════════════════════════════════════════════
132132

133+
133134
class TestControlRoundTrip:
134135
"""Control: declare → compile → verify → canonical."""
135136

@@ -225,6 +226,7 @@ def test_spec_validates(self, minimal_model):
225226
# OGS (Games) DSL
226227
# ════════════════════════════════════════════════════════════════
227228

229+
228230
class TestOGSRoundTrip:
229231
"""OGS: Pattern → compile_pattern_to_spec → canonical."""
230232

@@ -328,6 +330,7 @@ def test_pattern_ir_to_system_ir(self, single_decision):
328330
# Software DSL
329331
# ════════════════════════════════════════════════════════════════
330332

333+
331334
class TestSoftwareRoundTrip:
332335
"""Software: each diagram type compiles through GDS pipeline."""
333336

@@ -421,6 +424,7 @@ def test_dfd_verify(self, dfd_model):
421424
# Business DSL
422425
# ════════════════════════════════════════════════════════════════
423426

427+
424428
class TestBusinessRoundTrip:
425429
"""Business: CLD, SCN, VSM compile through GDS pipeline."""
426430

0 commit comments

Comments
 (0)