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

Method test_eq

tests/unit/containers/test_note.py:32–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 self.assertTrue(self.c > None)
31
32 def test_eq(self):
33 self.assertTrue(self.c != self.c1)
34 self.assertTrue(self.c == self.c)
35 self.assertTrue(Note("C") == Note("C"))
36 self.assertTrue(self.c != None)
37
38 def test_to_int(self):
39 self.assertEqual(48, Note("C", 4))

Callers

nothing calls this directly

Calls 1

NoteClass · 0.90

Tested by

no test coverage detected