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

Method test_hcf_function

Smart_Calculator/calculator_test.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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 1

hcfFunction · 0.90

Tested by

no test coverage detected