google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.42k stars 597 forks source link

[TestHarness] Deprecate testharness #1743

Closed alexvanyo closed 8 months ago

alexvanyo commented 8 months ago

Deprecates testharness with the replacement of DeviceConfigurationOverride.

This PR also replaces the internal usage in some other module's tests, and provides a migration guide to the new methods.

bentrengrove commented 8 months ago

This looks good, let me branch off Compose 1.6 before we merge this in though