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

Class TestHcf

Smart_Calculator/calculator_test.py:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 self.assertEqual(lcm(54, 24), 216)
27
28class TestHcf(unittest.TestCase):
29 def test_hcf_function(self):
30 self.assertEqual(hcf(54, 24), 6)
31
32if __name__ == '__main__':
33 unittest.main(verbosity=2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected