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

Method test_get_tuning

tests/unit/extra/test_tunings.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 self.guitar12 = tunings.get_tuning("guitar", "Standard", 6, 2)
15
16 def test_get_tuning(self):
17 self.assertTrue(tunings.get_tuning("guitar", "Standard").instrument == "Guitar")
18
19 def test_get_tunings(self):
20 self.assertTrue(tunings.get_tunings("Guitar")[0].instrument == "Guitar")

Callers

nothing calls this directly

Calls 1

get_tuningMethod · 0.80

Tested by

no test coverage detected