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

Also tests against macOS platform #1078

Merged
merged 1 commit into from
Apr 25, 2020

Conversation

AndreMiras
Copy link
Member

Increases coverage from 28% to 30%.

opacam
opacam previously approved these changes Apr 25, 2020
Copy link
Member

@opacam opacam left a comment

Choose a reason for hiding this comment

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

Awesome, thanks!! 😄

@@ -146,7 +153,8 @@ def test_check_configuration_tokens(self):
self.target_android.check_configuration_tokens()
assert m_check_configuration_tokens.call_args_list == [mock.call([])]

def test_install_android_sdk(self):
@pytest.mark.parametrize("platform", ["linux", "darwin",])
Copy link
Member

Choose a reason for hiding this comment

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

nitpick: In this case, I think that I would remove the trailing comma

Copy link
Member Author

Choose a reason for hiding this comment

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

Addressed

Increases coverage from 28% to 30%.
Copy link
Member

@opacam opacam left a comment

Choose a reason for hiding this comment

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

LGTM, thanks 👍

@AndreMiras AndreMiras merged commit 1f8c88f into kivy:master Apr 25, 2020
@AndreMiras AndreMiras deleted the feature/test_on_macos branch April 25, 2020 19:31
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