| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
Seems better to make the lower-level function more agnostic.
…orter` disabled The `config.get_terminal_writer()` in `assertrepr_compare` (=> the function injected by assertion rewriting for every `assert`) requires the `terminalreporter` plugin, so it crashed when the plugin is disabled. Fix pytest-dev#14377.
| Back | FazBrowse Home | New Git URL |
Based on #14383. Replaces #14378 (see there for some context).
The config.get_terminal_writer() in assertrepr_compare (=> the function injected by assertion rewriting for every assert) requires the terminalreporter plugin, so it crashed when the plugin is disabled.
Fix #14377.