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

Part of Android Studio Integration: Standardize test output #4334

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

irodotos7
Copy link
Contributor

Motivation

As part of our testing to integrate Mill with Android Studio, we are experimenting with BSP integration. The stubbed test method is not compatible with the expected BSP interfaces.

Provided in this PR

The raw output provided in ADB instrumented testing is translated to TestResults as expected from the test module interface.

Not provided in this PR ( will be done in subsequent PRs )

  • Handling parallelization
  • Selectors ( e.g for use in test only )
  • Test failure scenarios ( with examples )
  • Stack traces and test output

@irodotos7 irodotos7 marked this pull request as ready for review January 15, 2025 10:08
@lihaoyi
Copy link
Member

lihaoyi commented Jan 15, 2025

looks good to me, will merge it if you're done

@irodotos7
Copy link
Contributor Author

looks good to me, will merge it if you're done

thank you. I am done, feel free to merge

@lihaoyi lihaoyi merged commit a44bafc into com-lihaoyi:main Jan 15, 2025
37 checks passed
@lefou lefou added this to the 0.12.6 milestone Jan 15, 2025
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.

3 participants