Matej Cepl
e74f83a471
- Update to version 4.1.0 * pytest-qt now requires Python 3.7+. * Improved PEP-8 aliases definition so they have a smaller call stack depth by one and better parameter suggestions in IDEs. (#383). Thanks @luziferius for the PR. * Updated model tester handling around hasChildren based on Qt's updates. * New qapp_cls fixture returning the QApplication class to use, thus making it easier to use a custom subclass without having to override the whole qapp fixture. Thanks @The-Compiler for the PR. * Updated model tester to track/verify in-flight changes based on Qt's updates. Thanks @The-Compiler for the PR. * New qtbot.screenshot() method which can be used to take a screenshot of the given widget. Thanks @The-Compiler for the PR. - Enable pyside6 test flavor OBS-URL: https://build.opensuse.org/request/show/986276 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-qt?expand=0&rev=13
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
<multibuild>
|
|
<flavor>test-pyqt5</flavor>
|
|
<flavor>test-pyqt6</flavor>
|
|
<flavor>test-pyside2</flavor>
|
|
<flavor>test-pyside6</flavor>
|
|
</multibuild>
|