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'm able to run the following test when using a PyCharm context menu or when running the test alone in the terminal. But when I run the entire test suite using $pytest, I wind up with a segmentation fault.
I've got the QApplication subclassed as FApplication:
I'm able to run the following test when using a PyCharm context menu or when running the test alone in the terminal. But when I run the entire test suite using $pytest, I wind up with a segmentation fault.
Some things I've tried doing are adding a line to exit the application. Declaring the application via a fixture was suggested in this guide:
https://pytest-qt.readthedocs.io/en/latest/qapplication.html
The text was updated successfully, but these errors were encountered: