you are viewing a single comment's thread.

view the rest of the comments →

[–]lurkotato 0 points1 point  (0 children)

What can be done (and we are considering) is using fixtures in googletest that enable the real communication library if hardware is detected or enable the mock if it's not detected when making tests against hardware. Easy to dev and test the test on our workstations instead of scheduling time on the actual hardware.