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

Method test_count_strings

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

Source from the content-addressed store, hash-verified

33 )
34
35 def test_count_strings(self):
36 self.assertTrue(self.guitar6.count_strings() == 6)
37 self.assertTrue(self.guitar12.count_strings() == 6)
38
39 def test_count_courses(self):
40 self.assertTrue(self.guitar6.count_courses() == 1.0)

Callers

nothing calls this directly

Calls 1

count_stringsMethod · 0.80

Tested by

no test coverage detected