MCPcopy
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

10class TestSimple(unittest.TestCase):
11
12 def test_add_one(self):
13 self.assertEqual(add_one(5), 6)
14
15
16if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

add_oneFunction · 0.90

Tested by

no test coverage detected