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
The problem seems to be in the pytest_runtest_makereport hook, that logs the outcome of the "teardown" phase, that is success, while the test outcome is in the "call" phase.
I'm opening a PR for this soon.
The text was updated successfully, but these errors were encountered:
DavideCanton
pushed a commit
to DavideCanton/pytest-replay
that referenced
this issue
Aug 24, 2024
It seems that the plugin doesn't log the test outcome but the teardown one.
For example, this file:
when run with
pytest --replay-record-dir .
, generates a file containingwhile the test output is:
The problem seems to be in the
pytest_runtest_makereport
hook, that logs the outcome of the "teardown" phase, that is success, while the test outcome is in the "call" phase.I'm opening a PR for this soon.
The text was updated successfully, but these errors were encountered: