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
Followup to #225, qInfo is not currently exposed by the bindings. As suggested in #225 (comment), we can workaround that by using QMessageLogger, but sadly that's not exposed by PySide yet.
For now we can make a simple test for INFO messages, but when QMessageLogger is available (or even better qInfo) we should update the other tests to issue/capture INFO messages.