We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We already have tests for the android implementation but they are not been run on CI for each PR
So we have:
lib/
tests/
android/
Run flutter plugin tests, running flutter test at the root of the project and it runs test/iterable_flutter_test.dart but not android ones.
flutter test
We have seen these docs flutter/wiki/Plugin-Tests, but I still don't figure out how to run them.
The text was updated successfully, but these errors were encountered:
I opened a question around this on stackoverflow: https://stackoverflow.com/questions/69407522/flutter-how-to-run-unit-tests-over-a-plugin-native-code-for-android
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We already have tests for the android implementation but they are not been run on CI for each PR
Folders and tests
So we have:
lib/
: library implementation, the interace that clients use.tests/
: test for the flutter side of the libraryandroid/
What we have tried
Run flutter plugin tests, running
flutter test
at the root of the project and it runs test/iterable_flutter_test.dart but not android ones.We have seen these docs flutter/wiki/Plugin-Tests, but I still don't figure out how to run them.
The text was updated successfully, but these errors were encountered: