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

Restructure integration_tests/androidx_test with sharedTest pattern #6885

Closed
utzcoz opened this issue Nov 24, 2021 · 0 comments · Fixed by #6948
Closed

Restructure integration_tests/androidx_test with sharedTest pattern #6885

utzcoz opened this issue Nov 24, 2021 · 0 comments · Fixed by #6948
Assignees

Comments

@utzcoz
Copy link
Member

utzcoz commented Nov 24, 2021

Description

Ideally, the tests under integration_tests/androidx_test can also run on real emulator. It's better if we can restructure this test module with sharedTest pattern(http://robolectric.org/blog/2021/10/06/sharedTest/), the same as ctesque. We can start to work for it after #6745 merged to reduce conflict problem, because it adds tests under integration_tests/androidx_test. After restructuring, related tests will be tested on emulator too at CI jobs.

Steps to Reproduce

None.

Robolectric & Android Version

Latest master branch.

Link to a public git repo demonstrating the problem:

Robolectric itself.

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 a pull request may close this issue.

1 participant