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
✅ RawFileChangerTest Allows Tests to Specify "No Changes" Case
The `LLMVerifyingCodemodTestMixin` and `CodemodTestMixin` types allow
the test author to specify cases where the codemod should not act on a
file. This change adds the same capability to the `RawFileChangerTest`
fixture.
Also, this enhances the test fixture to detect the case where the user
has improperly set-up their test.
/towards ISS-834
0 commit comments