Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dronekit/dronekit-python
/ test_vehicle_mode_neq
Function
test_vehicle_mode_neq
dronekit/test/unit/test_api.py:11–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
11
def
test_vehicle_mode_neq():
12
assert_not_equals(VehicleMode(
'AUTO'
), VehicleMode(
'GUIDED'
))
Callers
nothing calls this directly
Calls
1
VehicleMode
Class · 0.90
Tested by
no test coverage detected