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

Class TestLcm

Smart_Calculator/calculator_test.py:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 self.assertEqual(mod(100, 2), 0)
23
24class TestLcm(unittest.TestCase):
25 def test_lcm_function(self):
26 self.assertEqual(lcm(54, 24), 216)
27
28class TestHcf(unittest.TestCase):
29 def test_hcf_function(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected