Closed
Description
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.