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

Method test_get_note_names

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

Source from the content-addressed store, hash-verified

100 # self.assertEqual(b, c)
101
102 def test_get_note_names(self):
103 b = Bar()
104 b + "C"
105 b + "A"
106 self.assertEqual(["C", "A"], b.get_note_names())
107
108 def test_determine_chords(self):
109 b = Bar()

Callers

nothing calls this directly

Calls 2

get_note_namesMethod · 0.95
BarClass · 0.90

Tested by

no test coverage detected