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
When a test fails there does not appear to be a way to get the xsim output. This is extremely useful when trying to debug new tests.
It appears that capturing the output of the pytest call allows you to look at output if capfd.disabled() is set when calling run_with_pyxsim as a temporary workaround.
pytest 2>&1 | tee text.txt
The text was updated successfully, but these errors were encountered:
When a test fails there does not appear to be a way to get the xsim output. This is extremely useful when trying to debug new tests.
It appears that capturing the output of the pytest call allows you to look at output if
capfd.disabled()
is set when callingrun_with_pyxsim
as a temporary workaround.The text was updated successfully, but these errors were encountered: