Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
def
test_vehicle_mode_eq():
8
assert_equals(VehicleMode(
'GUIDED'
), VehicleMode(
'GUIDED'
))
9
10
11
def
test_vehicle_mode_neq():
Callers
nothing calls this directly
Calls
1
VehicleMode
Class · 0.90
Tested by
no test coverage detected