MCPcopy Create free account
hub / github.com/bitcraze/crazyflie-lib-python / setUp

Method setUp

test/utils/test_callbacks.py:33–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31class CallerTest(unittest.TestCase):
32
33 def setUp(self):
34 self.callback_count = 0
35 self.sut = Caller()
36
37 def test_that_callback_is_added(self):
38 # Fixture

Callers

nothing calls this directly

Calls 1

CallerClass · 0.90

Tested by

no test coverage detected