MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / TestMul

Class TestMul

Smart_Calculator/calculator_test.py:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 self.assertEqual(sub(55, 5), 50)
11
12class TestMul(unittest.TestCase):
13 def test_mul_function(self):
14 self.assertEqual(mul(1, 2), 2)
15
16class TestDiv(unittest.TestCase):
17 def test_div_function(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected