MCPcopy
hub / github.com/dronekit/dronekit-python / test_vehicle_mode_eq

Function test_vehicle_mode_eq

dronekit/test/unit/test_api.py:7–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6
7def test_vehicle_mode_eq():
8 assert_equals(VehicleMode('GUIDED'), VehicleMode('GUIDED'))
9
10
11def test_vehicle_mode_neq():

Callers

nothing calls this directly

Calls 1

VehicleModeClass · 0.90

Tested by

no test coverage detected