bazelbuild / rules_testing

Starlark testing framework and utility libraries
https://rules-testing.readthedocs.io/
Apache License 2.0
22 stars 5 forks source link

feat: add CollectionSubject.transform #58

Closed rickeylev closed 1 year ago

rickeylev commented 1 year ago

This adds a generic method to perform arbitrary transformations on the collection's value. When performing a transformation, a human friendly description of the transformation is required. When possible, a description is inferred from the args.

Fixes #45