-
-
Notifications
You must be signed in to change notification settings - Fork 69
Proper tests for qInfo when it becomes fully available #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
nicoddemus
added a commit
to nicoddemus/pytest-qt
that referenced
this issue
Sep 1, 2018
nicoddemus
added a commit
to nicoddemus/pytest-qt
that referenced
this issue
Sep 1, 2018
nicoddemus
added a commit
that referenced
this issue
Sep 13, 2018
Implement quick test to avoid regression on INFO log messages (#232)
Closing this as the PR was merged. I also sent a mail to the PyQt mailinglist, so I'd expect it to show up in PyQt soon 😉 |
Thanks! |
FWIW I got the usual "Should be in tonight's snapshot." answer, so |
penguinpee
added a commit
to penguinpee/pytest-qt
that referenced
this issue
Mar 11, 2025
PySide6 now exposes `qInfo` just like Qt6. This enables the `qInfo` tests accordingly. For reference see issue pytest-dev#232.
nicoddemus
pushed a commit
that referenced
this issue
Mar 11, 2025
PySide6 now exposes `qInfo` just like Qt6. This enables the `qInfo` tests accordingly. For reference see issue #232.
The-Compiler
added a commit
that referenced
this issue
Mar 25, 2025
The-Compiler
added a commit
that referenced
this issue
Mar 25, 2025
qInfo() has been added: https://codereview.qt-project.org/c/pyside/pyside-setup/+/605100 Follow-up / alternative to #593 without breaking compatibility with older PySide6 versions. See #232.
The-Compiler
added a commit
that referenced
this issue
Mar 25, 2025
qInfo() has been added: https://codereview.qt-project.org/c/pyside/pyside-setup/+/605100 Follow-up / alternative to #593 without breaking compatibility with older PySide6 versions. See #232.
The-Compiler
added a commit
that referenced
this issue
Mar 25, 2025
The-Compiler
added a commit
that referenced
this issue
Mar 25, 2025
qInfo() has been added: https://codereview.qt-project.org/c/pyside/pyside-setup/+/605100 Follow-up / alternative to #593 without breaking compatibility with older PySide6 versions. See #232.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Followup to #225,
qInfo
is not currently exposed by the bindings. As suggested in #225 (comment), we can workaround that by usingQMessageLogger
, but sadly that's not exposed byPySide
yet.For now we can make a simple test for INFO messages, but when
QMessageLogger
is available (or even betterqInfo
) we should update the other tests to issue/capture INFO messages.The text was updated successfully, but these errors were encountered: