move test utils to separate package - #683
Merged
guidezpl merged 10 commits intoAug 4, 2026
Merged
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
vauvenal5
marked this pull request as ready for review
March 23, 2026 07:44
vauvenal5
requested review from
a team and
guidezpl
and removed request for
a team
March 23, 2026 07:44
Contributor
Author
|
Not trying to be pushy, but since it has been a while I was hopping the get some feedback on this? |
Update docs and package metadata to support the test-utils split from `dynamic_color` into `dynamic_color_testing`. This adds unreleased changelog notes in `dynamic_color`, updates README testing guidance to import/use `dynamic_color_testing`, switches the example to a versioned dev dependency, and makes `dynamic_color_testing` publish-ready by adding repository/issue tracker fields and hosted dependency constraints.
Collaborator
|
Thanks for your contribution and sorry about the delay. I've made some small edits, namely renaming the package to avoid validation issues (ending with |
guidezpl
approved these changes
Aug 4, 2026
Switch dynamic_color_testing from a local path dependency to the published version on pub.dev, and add a dependency_override to keep using the local dynamic_color package.
Added dynamic_color_testing package entry to the packages table in the README.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Separating test dependencies from prod dependencies.
Tests
Pure refactoring, used existing tests.
Issues
Fixes #682
Checklist
CHANGELOG.md