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
[test] Cover the empty-iterable and plain-assert-mode branches
Adds two regression tests to close the patch-coverage gaps in
``callbinrepr`` reported by codecov on PR pytest-dev#14523:
* a plugin returning a truthy-but-empty iterator (``iter([])``) to
exercise the second ``if not new_expl: continue`` after
``materialize_with_truncation``.
* a ``--assert=plain`` run to exercise the false branch of the
``assertmode == "rewrite"`` guard.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments