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

Saddle-point: sync expected test results with problem-specifications #1782

Merged
merged 6 commits into from
May 23, 2019

Conversation

BethanyG
Copy link
Member

Changed the tests to expect a list of dict() objects (as specified in the canonical data), rater than a list of tuples. Changed example.py code to return a list of dict() objects as well.

BethanyG and others added 3 commits April 4, 2019 01:42
merging in changes in order to run configlet
merge in most recent to prep for test editing.
@BethanyG BethanyG requested a review from a team as a code owner May 22, 2019 02:21
@BethanyG
Copy link
Member Author

Part of #1762.

Copy link
Contributor

@cmccandless cmccandless left a comment

Choose a reason for hiding this comment

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

@BethanyG thanks for the PR! You have a few flake8 violations that need to be fixed:

5.45s$ flake8
./exercises/saddle-points/example.py:8:80: E501 line too long (89 > 79 characters)
./exercises/saddle-points/example.py:9:80: E501 line too long (87 > 79 characters)
./exercises/saddle-points/example.py:11:26: W292 no newline at end of file
./exercises/saddle-points/saddle_points_test.py:33:80: E501 line too long (94 > 79 characters)
./exercises/saddle-points/saddle_points_test.py:38:80: E501 line too long (94 > 79 characters)
./exercises/saddle-points/saddle_points_test.py:48:80: E501 line too long (99 > 79 characters)
./exercises/saddle-points/saddle_points_test.py:52:80: E501 line too long (99 > 79 characters)
./exercises/saddle-points/saddle_points_test.py:56:80: E501 line too long (99 > 79 characters)
The command "flake8" failed and exited with 1 during .

@BethanyG
Copy link
Member Author

BethanyG commented May 22, 2019

Gah. You caught me. I've got guide set up now...and pycharm configured for Flake8. New push to correct - see b4a4334.

@cmccandless cmccandless merged commit aa8180a into exercism:master May 23, 2019
@cmccandless
Copy link
Contributor

Merged; thanks for working on this!

@BethanyG BethanyG deleted the saddle-point-changes branch May 29, 2019 06:26
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