Skip to content

Commit

Permalink
one more test for canonical (issue #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Dec 30, 2014
1 parent 803ca71 commit 69e4d09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isbnlib/test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def test_canonical():
assert_equals(canonical('ISBN9780826497529'), '9780826497529')
assert_equals(canonical('isbn9780826497529'), '9780826497529')
assert_equals(canonical('isbn 0826497527'), '0826497527')
assert_equals(get_canonical_isbn('954430603x'), '954430603X')


def test_EAN13():
Expand Down

0 comments on commit 69e4d09

Please sign in to comment.