lumiera_/tests/46fixture.tests
Ichthyostega f6af4c6a16 Dispatcher-Pipeline: prepare test for the new NodeGraphAttachment
It turns out that the real (not mocked) implementation of JobTicket creation
is already required now for this planned (mock)Dispatcher setup;
moreover, this real implementation turns out to be almost identical
to the mock implementation written recently -- just nested structure
of prerequiste JobTickets need to be changed into a similar structur
of ExitNodes

-- as an aside: rearrange various tests to be more in-line
   with the envisioned architecture of playback and engine
2023-06-07 04:03:00 +02:00

22 lines
403 B
Text

TESTING "Component Test Suite: Fixture" ./test-suite --group=fixture
PLANNED "detecting Fixture changes" FixtureChangeDetector_test <<END
return: 0
END
TEST "ModelPort registry" ModelPortRegistry_test <<END
return: 0
END
PLANNED "Fixture Node-Graph connection" NodeGraphAttachment_test <<END
return: 0
END
PLANNED "Segmentation datastructure" SegmentationDatastructure_test <<END
return: 0
END