TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

fix failing test #78

Closed casperdcl closed 10 months ago

casperdcl commented 1 year ago

btw there was a pre-existing error with this test:

assert isinstance(dialog, eqt.ui.SessionDialogs.LoadSessionDialog)

complains because eqt.ui.SessionDialogs.LoadSessionDialog is monkey-patched to be a function rather than a class. Could fix it in a separate PR.

-- from @casperdcl in https://github.com/paskino/qt-elements/pull/77#pullrequestreview-1516714152