Skip to content

Feature/add exercise isbn verifier#1143

Merged
cmccandless merged 10 commits intoexercism:masterfrom
pheanex:feature/add-exercise-isbn-verifier
Jan 15, 2018
Merged

Feature/add exercise isbn verifier#1143
cmccandless merged 10 commits intoexercism:masterfrom
pheanex:feature/add-exercise-isbn-verifier

Conversation

@pheanex
Copy link
Copy Markdown
Contributor

@pheanex pheanex commented Dec 22, 2017

closes #1142

@pheanex pheanex force-pushed the feature/add-exercise-isbn-verifier branch from 91a6138 to b1d6e15 Compare December 22, 2017 15:46
Comment thread config.json Outdated
"type_conversion",
"conditionals",
"strings",
"arrays",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Not sure that arrays is a relevant topic for this one (might be for certain solution implementations, but not integral to the problem definition).

from isbn_verifier import verify


# Tests adapted from `problem-specifications//canonical-data.json` @ v2.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Apologies for the delay in reviewing, but since this was written the canonical data has been updated. Can you please update the tests to v2.2.0?

@cmccandless cmccandless merged commit 2c537b1 into exercism:master Jan 15, 2018
@cmccandless
Copy link
Copy Markdown
Contributor

@pheanex Merged; thanks!

@pheanex
Copy link
Copy Markdown
Contributor Author

pheanex commented Jan 15, 2018

Thank you for reviewing @cmccandless 😄

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.

ISBN-verifier: implement new exercise

3 participants