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
I noticed that the official documentation for the --resultlog option still indicates it is “planned for removal in pytest 6.0.” In fact, --resultlog was removed when pytest 6.0 was released and is no longer recognized by any pytest 6.x or later version.
Would it be possible to update the relevant docs to reflect that:
--resultlog has already been removed as of pytest 6.0
Users should migrate to the pytest-reportlog plugin (using --report-log=…) for machine-readable test result files
Thank you for your consideration and for all your hard work on pytest.