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

Method test_missed_target

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

Source from the content-addressed store, hash-verified

11
12class DartsTest(unittest.TestCase):
13 def test_missed_target(self):
14 self.assertEqual(score(-9, 9), 0)
15
16 def test_on_the_outer_circle(self):
17 self.assertEqual(score(0, 10), 1)

Callers

nothing calls this directly

Calls 1

scoreFunction · 0.90

Tested by

no test coverage detected