(connpath)
| 7 | |
| 8 | @with_sitl |
| 9 | def test_modes_set(connpath): |
| 10 | vehicle = connect(connpath) |
| 11 | |
| 12 | def listener(self, name, m): |
| 13 | assert_equals('STABILIZE', self._flightmode) |
| 14 | |
| 15 | vehicle.add_message_listener('HEARTBEAT', listener) |
nothing calls this directly
no test coverage detected