The TestSetupPane unit tests are outputting the following traceback when ran in the terminal:
QItemSelectionModel: Selecting when no model has been set will result in a no-op.
No failures or warnings are raised, so it's not clear what (if anything) is going wrong. We should investigate this further using Qt documentation: https://doc.qt.io/qt-5/qitemselectionmodel.html
The
TestSetupPane
unit tests are outputting the following traceback when ran in the terminal:No failures or warnings are raised, so it's not clear what (if anything) is going wrong. We should investigate this further using Qt documentation: https://doc.qt.io/qt-5/qitemselectionmodel.html