Skip to content

Commit

Permalink
roman-numerals: Add test data version
Browse files Browse the repository at this point in the history
  • Loading branch information
behrtam committed Apr 5, 2017
1 parent 84dbfd4 commit f8c3077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/roman-numerals/roman_numerals_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import roman_numerals


# test cases adapted from `x-common//canonical-data.json` @ version: 1.0.0

class RomanTest(unittest.TestCase):
numerals = {
1: 'I',
Expand Down

0 comments on commit f8c3077

Please sign in to comment.