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

Method test_get_notes

tests/unit/core/test_keys.py:37–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 )
36
37 def test_get_notes(self):
38 for k in self.scale:
39 self.assertEqual(
40 self.scale[k],
41 keys.get_notes(k),
42 "Invalid notes for key %s" % self.scale[k],
43 )
44
45 def test_relative_major(self):
46 known = {

Callers

nothing calls this directly

Calls 1

get_notesMethod · 0.80

Tested by

no test coverage detected