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

Method test_diminish

tests/unit/containers/test_bar.py:78–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 self.assertEqual(c, d)
77
78 def test_diminish(self):
79 b = Bar()
80 c = Bar()
81 b + "A"
82 c + "Ab"
83 b.diminish()
84 self.assertEqual(b, c)
85
86 # def test_to_minor(self):
87 # b = Bar()

Callers

nothing calls this directly

Calls 2

diminishMethod · 0.95
BarClass · 0.90

Tested by

no test coverage detected