Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
class
TestHcf(unittest.TestCase):
29
def
test_hcf_function(self):
30
self.assertEqual(hcf(54, 24), 6)
31
32
if
__name__ ==
'__main__'
:
33
unittest.main(verbosity=2)
Callers
nothing calls this directly
Calls
1
hcf
Function · 0.90
Tested by
no test coverage detected