Files
pytest2/changelog/6991.improvement.rst
Daniel Hahler d530d70128 Fix regressions with --lf plugin
Only filter with known failures, and explicitly keep paths of passed
arguments.

This also displays the "run-last-failure" status before collected files,
and does not update the cache with "--collect-only".

Fixes https://github.com/pytest-dev/pytest/issues/6968.
2020-05-15 18:35:38 -03:00

2 lines
91 B
ReStructuredText

Collected files are displayed after any reports from hooks, e.g. the status from ``--lf``.