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
fix(tests): Update Stubtest unit tests to expect pretty output
This commit adapts several unit tests in the `StubtestMiscUnit` suite to handle the new pretty-by-default behavior.
Because the `stubtest` runner is a distinct command-line tool, injecting the `--no-pretty` flag was not feasible as it's an unrecognized argument.
Instead, the `assert` statements in the failing tests have been updated to match the new, pretty-printed error output from mypy.
Part of #19108.
0 commit comments