MCPcopy Create free account
hub / github.com/bspaans/python-mingus / setUp

Method setUp

tests/unit/containers/test_note.py:13–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class test_Note(unittest.TestCase):
13 def setUp(self):
14 self.c = Note("C", 5)
15 self.c1 = Note("C")
16 self.c2 = Note("C", 3)
17 self.b4 = Note("B", 4)
18 self.b5 = Note("B", 5)
19
20 def test_cmp(self):
21 self.assertTrue(self.c1 <= self.b5)

Callers

nothing calls this directly

Calls 1

NoteClass · 0.90

Tested by

no test coverage detected