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

🚨 Build integration test #1100

Merged
merged 1 commit into from
May 16, 2020

Conversation

AndreMiras
Copy link
Member

Also fixes CHANGELOG.md descending PR order

Also fixes CHANGELOG.md descending PR order
@@ -36,20 +37,24 @@

**Merged pull requests:**

- Android gradle build: fix apk name [\#1025](https://github.com/kivy/buildozer/pull/1025) ([SomberNight](https://github.com/SomberNight))
Copy link
Member Author

Choose a reason for hiding this comment

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

Jus reordered from ascending to descending

- name: buildozer android debug
run: |
touch main.py
buildozer android debug
Copy link
Member Author

Choose a reason for hiding this comment

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

Adds a 11 minutes overhead, but it's probably worth trying until we have proper unit test coverage 😢

Copy link
Member

Choose a reason for hiding this comment

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

Oh boy, this is quite of time, but you are right, better this than nothing 👍

@AndreMiras AndreMiras requested a review from opacam May 16, 2020 11:52
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!!

- name: buildozer android debug
run: |
touch main.py
buildozer android debug
Copy link
Member

Choose a reason for hiding this comment

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

Oh boy, this is quite of time, but you are right, better this than nothing 👍

@AndreMiras
Copy link
Member Author

Yes indeed it's quite some time and most of what we do here is already tested in p4a. But for the lack of having nice unit test coverage we integration test. That will give us confidence that at least the minimum is working.
Thank for the review! 🚀

@AndreMiras AndreMiras merged commit 1d707d9 into kivy:master May 16, 2020
@AndreMiras AndreMiras deleted the feature/full_integration_test branch May 16, 2020 13: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.

None yet

2 participants