You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(grouping): Clarify and add to xfail parameterization tests (#109693)
In our test suite for message parameterization, we primarily test cases which are working as expected, but we also have two xfail tests to document cases where the parameterizer doesn't currently behave as we'd like it to. This serves as a rough TODO list, and lets us document cases we know we want to improve.
This PR does a small refactor of those tests, and adds a number of new test cases. Key changes:
- Since the two tests are identical, combine them into one.
- Pull the now-greatly-expanded set of test cases out into a variable to match the format of the good and experimental cases.
- Add an `actual` parameter to the test, so we can document the current parameterization behavior, and test against it as well.
- For ease of understanding, switch from using an `xfail` test testing `==` to using a passing test testing `!=`.
0 commit comments