Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/exercism/python
/ test_on_the_outer_circle
Method
test_on_the_outer_circle
exercises/practice/darts/darts_test.py:16–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
self.assertEqual(score(-9, 9), 0)
15
16
def
test_on_the_outer_circle(self):
17
self.assertEqual(score(0, 10), 1)
18
19
def
test_on_the_middle_circle(self):
20
self.assertEqual(score(-5, 0), 5)
Callers
nothing calls this directly
Calls
1
score
Function · 0.90
Tested by
no test coverage detected