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

Class TestMod

Smart_Calculator/calculator_test.py:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 self.assertEqual(div(10, 5), 2)
19
20class TestMod(unittest.TestCase):
21 def test_mod_function(self):
22 self.assertEqual(mod(100, 2), 0)
23
24class TestLcm(unittest.TestCase):
25 def test_lcm_function(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected