Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
So we can test Pillow and some of the libraries that Pillow depends on (freetype, harfbuzz, jpeg and png)
Some notes:
testapp
to test Rework of freetype/harfbuzz recipes #1825Pil
operations performed in here are done with *.png images...but it could be enhanced to include some other tests with *.jpegimport ctypes
andtest vibration
) but this last one will only work on Android Oreo +. This also applies to all other tests that we trigger the android's vibration and this is happening becausevibrate
was deprecated in API level 26. Since I still haven't the solution for this I put atodo
as a reminder and wrote in here (maybe we should create a new issue about this...)Also see: https://developer.android.com/reference/android/os/Vibrator
As a side note: I don't know if we should include this testapp in the master branch...whatever the team decide it's fine to me...but I wanted to share it so we could test the changes applied in the mentioned pr...so if anyone feels that we shouldn't merge this let me know or directly close it, no problem 😉