GraphicsView: Add basic tests ...#1396
Conversation
|
Thanks for expanding our test coverage @dgoeries we appreciate it! |
|
I have a query regarding the "app.deleteLater()" line in: Am I understanding correctly from: For instance, on Windows 10 / Python 3.7.9, the following snippet crashes for {PySide2 5.15, PyQt5 5.15} and hangs for {PySide6 6.0, PyQt6 6.0} import pyqtgraph as pg
app = pg.mkQApp()
pg.Qt.QtCore.QTimer.singleShot(500, pg.Qt.QtWidgets.QApplication.quit)
app.deleteLater()
app.exec_()
print('DONE') |
|
oof we probably don't want that one there, or the |
|
It does not fit in the pyqtgraph testing and can be removed. I realized too late |
No description provided.