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

Method setUp

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

Source from the content-addressed store, hash-verified

10
11class test_Tunings(unittest.TestCase):
12 def setUp(self):
13 self.guitar6 = tunings.get_tuning("guitar", "Standard", 6, 1)
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")

Callers

nothing calls this directly

Calls 1

get_tuningMethod · 0.80

Tested by

no test coverage detected