Commit Graph

  • 9dfbc71cad Accepting request 1180008 from devel:languages:python:pytest factory Ana Guerrero 2024-06-11 16:31:24 +0000
  • 660e73eebb Accepting request 1177527 from home:alarrosa:branches:devel:languages:python:pytest Daniel Garcia 2024-05-29 10:51:09 +0000
  • 596225e5ca Accepting request 1177275 from devel:languages:python:pytest Ana Guerrero 2024-05-28 15:29:33 +0000
  • b0c1ce367b - Skip test_destroyed, this test fails with pyside6 6.7.0 Daniel Garcia 2024-05-28 06:18:15 +0000
  • 6eb08c3b4e Accepting request 1158422 from devel:languages:python:pytest Ana Guerrero 2024-03-17 21:14:50 +0000
  • fed9d66259 - update to 4.4.0: * Fixed exception handling so they are properly cleared in Python 3.12, due to the new sys.last_exc attribute (#532). Dirk Mueller 2024-03-16 09:34:55 +0000
  • 811a80576c Accepting request 1142160 from devel:languages:python:pytest Ana Guerrero 2024-01-29 21:28:56 +0000
  • 93b346d60c Accepting request 1142118 from home:bnavigator:branches:KDE:Qt:PyQt Matej Cepl 2024-01-29 05:43:39 +0000
  • b6d7945226 Accepting request 1141695 from devel:languages:python:pytest Ana Guerrero 2024-01-26 21:47:50 +0000
  • d96f4a1a95 Accepting request 1141539 from home:bnavigator:branches:devel:languages:python:pytest Dirk Mueller 2024-01-26 09:35:36 +0000
  • ecac5ea3b1 Accepting request 1137115 from devel:languages:python:pytest Dominique Leuenberger 2024-01-05 20:45:53 +0000
  • 76ad2a14b7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-qt?expand=0&rev=24 Dirk Mueller 2024-01-05 17:13:34 +0000
  • 672426525f - update to 4.3.1: * Added official support for Python 3.12. * Python 3.7 is no longer supported. * qapp now sets up the QApplication instance with a command line argument like this QApplication([prog_name]) instead of using an empty list QApplication([]). Here prog_name is the name of the app which defaults to pytest-qt-app, but can be redefined in the pytest.ini file, see :ref:qapp fixture<setting-qapp-name>. Alternatively, the arguments that will be passed to QApplication can be defined explicitly using the qapp_args fixture. This means that the default behavior of the qapp_args fixture is now also changed accordingly: it now returns the list [prog_name] instead of an empty list. @The-Compiler_ for the PR. Dirk Mueller 2024-01-05 17:13:09 +0000
  • bb94546431 Accepting request 1095240 from devel:languages:python:pytest Dominique Leuenberger 2023-06-26 16:15:56 +0000
  • b9849f523f Accepting request 1094952 from home:bnavigator:branches:devel:languages:python:pytest Matej Cepl 2023-06-25 19:15:18 +0000
  • ff343a7cc5 Accepting request 1092225 from devel:languages:python:pytest Dominique Leuenberger 2023-06-11 17:56:03 +0000
  • d161947cf5 Accepting request 1092136 from home:ecsos:python Dirk Mueller 2023-06-11 11:33:29 +0000
  • f341ed1284 Accepting request 1088038 from devel:languages:python:pytest Dominique Leuenberger 2023-05-20 15:24:11 +0000
  • 17a11e55bc Accepting request 1088030 from home:bnavigator:branches:devel:languages:python:pytest Matej Cepl 2023-05-20 10:55:42 +0000
  • 0f2e733942 Accepting request 1039106 from devel:languages:python:pytest Dominique Leuenberger 2022-11-30 14:00:28 +0000
  • 1e14221a84 - Remove python_module macro definition - Update to 4.2.0: * Import the code sub-package from the correct location rather than the deprecated py package, restoring compatibility with pytest 7.2.0, where py was dropped. Thanks @The-Compiler for the PR. * Use pytest.hookimpl to configure hooks, avoiding a deprecation warning in pytest 7.2.0. Thanks @The-Compiler for the PR. * Now pytest-qt will check if any of the Qt libraries is already imported by the time the plugin loads, and use it if that is the case (#412). Thanks @eyllanesc for the PR. * Most custom pytest-qt exceptions can be accessed via qtbot (for example qtbot.TimeoutError), but it was not always explicit in the documentation that this is the recommended way to access those exceptions, instead of importing them from pytestqt.exceptions. This is now clarified in the documentation and examples, and an alias to ScreenshotError has been added to qtbot so it can be accessed in the same way (#460). Daniel Garcia 2022-11-30 12:27:28 +0000
  • bc072cf541 Accepting request 986733 from devel:languages:python:pytest Dominique Leuenberger 2022-07-05 10:09:49 +0000
  • e74f83a471 Accepting request 986276 from home:bnavigator:branches:devel:languages:python:pytest Matej Cepl 2022-07-04 21:43:28 +0000
  • 898a4e5812 Accepting request 906055 from devel:languages:python:pytest Dominique Leuenberger 2021-07-13 20:37:33 +0000
  • 5dedac22c0 Accepting request 905961 from home:bnavigator:branches:devel:languages:python:pytest Matej Cepl 2021-07-13 09:06:16 +0000
  • 5ddd888dd2 Accepting request 837379 from devel:languages:python:pytest Dominique Leuenberger 2020-09-25 14:36:51 +0000
  • e705392566 Accepting request 837360 from home:bnavigator:branches:devel:languages:python:pytest Tomáš Chvátal 2020-09-25 10:25:35 +0000
  • 44592da62c Accepting request 761148 from devel:languages:python:pytest Dominique Leuenberger 2020-01-06 14:24:42 +0000
  • 0d37ee1048 - Update to 3.3.0: * Improve message in uncaught exceptions by mentioning the Qt event loop instead of Qt virtual methods (#255). * pytest-qt now requires pytest version >= 3.0. * qtbot.addWiget now supports an optional before_close_func keyword-only argument, which if given is a function which is called before the widget is closed, with the widget as first argument. Tomáš Chvátal 2020-01-06 13:10:59 +0000
  • f0aaedcc9d Accepting request 670279 from devel:languages:python:pytest Dominique Leuenberger 2019-02-01 10:47:44 +0000
  • 125469be17 - Update to 3.2.2: * Fix Off-by-one error in modeltester (#249). Thanks @ext-jmmugnes for the PR. Tomáš Chvátal 2019-01-31 09:14:12 +0000
  • 748baa35a6 Accepting request 656135 from devel:languages:python:pytest Dominique Leuenberger 2018-12-10 11:29:02 +0000
  • 9697dcef53 Accepting request 656134 from home:TheBlackCat:branches:devel:languages:python:pytest Todd R 2018-12-07 19:25:44 +0000
  • c967b08bc0 Accepting request 613325 from devel:languages:python:pytest Dominique Leuenberger 2018-06-02 10:12:48 +0000
  • 0e54ef3b26 Accepting request 606759 from devel:languages:python Dominique Leuenberger 2018-05-15 08:14:27 +0000
  • 580fcb0fee Accepting request 519217 from devel:languages:python Dominique Leuenberger 2017-08-30 14:22:12 +0000