lumiera_/tests/45builder.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

16 lines
386 B
Text

TESTING "Component Test Suite: Builder" ./test-suite --group=builder
TEST "BuilderTool_test" BuilderTool_test <<END
out: apply \(tool, clip\);
out: Clip on media : Asset\(VIDEO:lumi.test-1 v1\)
out: apply \(tool, test1\);
out: treat \(AbstractMO&\);
out: apply \(tool, test2\);
out: catch-all-function called...
return: 0
END
PLANNED "BuildSegment_test" BuildSegment_test <<END
END