UoY-RoboStar / robocert-textual

Textual plugin and CSP generator for RoboCert
Eclipse Public License 2.0
2 stars 0 forks source link

Tests for event generation broken by lack of underlying Connection #112

Closed MattWindsor91 closed 2 years ago

MattWindsor91 commented 2 years ago

This is related to 635ae9ce08b4692f3ab7eb7ea38e14afa2f2b035. I'll just need to add some more fake RoboChart boilerplate to set up the expected connection, or make it so that information is injected into those event generators by another means,

MattWindsor91 commented 2 years ago

This has been temporarily in a round-about way: the tests are testing a ModuleTarget, and these no longer need connections. I intend to make ModuleTargets require connections again eventually in some places, which might reopen this bug.