Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcraze/crazyflie-lib-python
/ setUp
Method
setUp
test/crtp/test_crtpstack.py:33–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
class
CRTPPacketTest(unittest.TestCase):
32
33
def
setUp(self):
34
self.callback_count = 0
35
self.sut = CRTPPacket()
36
37
def
test_that_port_and_channle_is_encoded_in_header(self):
38
# Fixture
Callers
nothing calls this directly
Calls
1
CRTPPacket
Class · 0.90
Tested by
no test coverage detected