Skip to content

darts: update tests to v2.0.0#1774

Merged
cmccandless merged 2 commits into
exercism:masterfrom
xitanggg:darts
May 6, 2019
Merged

darts: update tests to v2.0.0#1774
cmccandless merged 2 commits into
exercism:masterfrom
xitanggg:darts

Conversation

@xitanggg

@xitanggg xitanggg commented May 3, 2019

Copy link
Copy Markdown
Contributor

This fixes #1754

@xitanggg xitanggg requested a review from a team as a code owner May 3, 2019 07:46

@cmccandless cmccandless left a comment

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.

From the Travis build:

$ flake8
./exercises/darts/darts_test.py:29:80: E501 line too long (83 > 79 characters)
./exercises/darts/darts_test.py:32:80: E501 line too long (84 > 79 characters)
./exercises/darts/darts_test.py:35:80: E501 line too long (85 > 79 characters)
./exercises/darts/darts_test.py:38:1: E305 expected 2 blank lines after class or function definition, found 1
The command "flake8" failed and exited with 1 during .

@xitanggg

xitanggg commented May 4, 2019

Copy link
Copy Markdown
Contributor Author

Thanks. It is fixed.

@cmccandless cmccandless merged commit 09920dd into exercism:master May 6, 2019
@cmccandless

Copy link
Copy Markdown
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.

darts: update tests to v2.0.0

2 participants