Skip to content
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

luhn: update tests. fixes #435 #437

Merged
merged 3 commits into from
Jan 13, 2017

Conversation

robphoenix
Copy link
Contributor

@robphoenix robphoenix commented Jan 12, 2017

original PR instigating the changes: exercism/problem-specifications#474

Rob Phoenix added 3 commits January 12, 2017 11:12
Due to previous commits updating the tests a test version has been added
@robphoenix robphoenix changed the title Luhn/update tests luhn: update tests. fixes #435 Jan 12, 2017
Copy link
Member

@petertseng petertseng left a comment

Choose a reason for hiding this comment

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

yup, seems good.

Under a preference that at every single commit, the build should be passing, I would suggest that when merging the commits be squashed, or reordered so the len(n) == 1 change to the example comes before the new test cases (the removal of AddCheck might have to come after, sorry). I suppose it's not a hard requirement, but I keep in the habit in case I ever need to git-bisect or something...

@robphoenix robphoenix merged commit d894c3a into exercism:master Jan 13, 2017
@robphoenix robphoenix deleted the luhn/update_tests branch January 13, 2017 09:24
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