MCPcopy Create free account
hub / github.com/exercism/python / test_on_the_inner_circle

Method test_on_the_inner_circle

exercises/practice/darts/darts_test.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 self.assertEqual(score(-5, 0), 5)
21
22 def test_on_the_inner_circle(self):
23 self.assertEqual(score(0, -1), 10)
24
25 def test_exactly_on_center(self):
26 self.assertEqual(score(0, 0), 10)

Callers

nothing calls this directly

Calls 1

scoreFunction · 0.90

Tested by

no test coverage detected