nhs-t10 / Robotics_2021_2022

2 stars 0 forks source link

Make some tests for `PlusNode` / `MinusNode` #23

Closed chlohal closed 2 years ago

chlohal commented 2 years ago

tl;dr: tests for: #21

In the unitTests/input folder, we have a bunch of tests for input nodes. We should probably make one for PlusNode and MinusNode, since they're new & experimental.

Why tests? Tests make sure that we don't stray too far from what's expected!!!

Adapt the ComboNodeTest and make it work for PlusNode / MinusNode. If you're not @Mario-Runner, ask about how to use them (tbh, that's probably better! by having someone different implement them, we can see how the developer experience is).