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

Starts unit testing buildozer/targets/android.py #1061

Merged
merged 1 commit into from
Apr 10, 2020

Conversation

AndreMiras
Copy link
Member

This is a best effort approach trying to increase the coverage of that module. Therefore some tests are not completely isolating all dependencies via mock.patch-ing.
Subsequent pull request could cover more methods and focus on edge case.
This increases the overall coverage from 20% to 25% and buildozer/targets/android.py coverage from 15% to 24%.

This is a best effort approach trying to increase the coverage of that
module. Therefore some tests are not completely isolating all
dependencies via `mock.patch`-ing.
Subsequent pull request could cover more methods and focus on edge case.
This increases the overall coverage from 20% to 25% and
`buildozer/targets/android.py` coverage from 15% to `24%`.
@AndreMiras AndreMiras force-pushed the feature/test_android_module branch from ca260ff to 0c4116c Compare April 10, 2020 19:13
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.

Nice!!

Thanks 😃

@AndreMiras AndreMiras merged commit 556724f into kivy:master Apr 10, 2020
@AndreMiras AndreMiras deleted the feature/test_android_module branch April 10, 2020 20:55
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