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 DictSubject.get #59

Closed rickeylev closed 1 year ago

rickeylev commented 1 year ago

This makes it easier to perform checks on keys/values within dicts when different asserts may be required depending on the key.

Fixes #51