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

Method setUp

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

Source from the content-addressed store, hash-verified

9
10class test_Tablature(unittest.TestCase):
11 def setUp(self):
12 self.guitar = tunings.get_tuning("Guitar", "standard", 6, 1)
13
14 def test__get_qsize(self):
15 self.assertTrue(tablature._get_qsize(self.guitar, 4) == 0)

Callers

nothing calls this directly

Calls 1

get_tuningMethod · 0.80

Tested by

no test coverage detected