Skip to content

isbn-verifier: updates tests to v2.7.0 #1462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 20, 2018

Conversation

thomasjpfan
Copy link
Contributor

Resolves #1442

@@ -52,6 +52,12 @@ def test_valid_empty_isbn(self):
def test_input_is_nine_characters(self):
self.assertIs(verify('134456729'), False)

def test_invalid_characters_are_not_ignore(self):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be test_invalid_characters_are_not_ignored (missing last 'd').

@cmccandless cmccandless merged commit 43f57e7 into exercism:master Aug 20, 2018
@cmccandless
Copy link
Contributor

Merged; thanks for working on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants