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

Method test_get_range

tests/unit/containers/test_bar.py:25–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self.assertEqual(True, self.meterless + [Note("A"), Note("B")])
24
25 def test_get_range(self):
26 self.b + NoteContainer(["C", "E"])
27 self.assertEqual((Note("C"), Note("E")), self.b.get_range())
28
29 def test_set_item(self):
30 b = Bar()

Callers

nothing calls this directly

Calls 3

NoteContainerClass · 0.90
NoteClass · 0.90
get_rangeMethod · 0.80

Tested by

no test coverage detected