Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pypa/sampleproject
/ test_add_one
Method
test_add_one
tests/test_simple.py:12–13 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
class
TestSimple(unittest.TestCase):
11
12
def
test_add_one(self):
13
self.assertEqual(add_one(5), 6)
14
15
16
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
1
add_one
Function · 0.90
Tested by
no test coverage detected