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
Hi,
I'm doing a test with a Qt StateMachine. The Qt StateMachine do an assert False but the test do not fail.
The fail is catched by sys.excepthook if we setup it and I could check that pytest saw the error in the end with:
Hi,
I'm doing a test with a Qt StateMachine. The Qt StateMachine do an assert False but the test do not fail.
The fail is catched by sys.excepthook if we setup it and I could check that pytest saw the error in the end with:
I created a minimal exemple to reproduce it:
Here the pip list of the python I'm using:
pip_list.txt
I'm working on Centos 7
Thanks,
Simon
The text was updated successfully, but these errors were encountered: