Skip to content

Instantly share code, notes, and snippets.

@InBrewJ
Created June 19, 2020 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InBrewJ/60f6b90086d817f74060252c3db3c3d8 to your computer and use it in GitHub Desktop.
Save InBrewJ/60f6b90086d817f74060252c3db3c3d8 to your computer and use it in GitHub Desktop.
import unittest
import pairing_exercise
class TestPairingExercise(unittest.TestCase):
def test_calculate(self):
self.assertEqual(pairing_exercise.get_score('GUARDIAN1'), 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment