MCPcopy 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

31class 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

CRTPPacketClass · 0.90

Tested by

no test coverage detected