aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* testrunner: Fix deprecation warning about =argparse.FileTypeFriedemann Kleint2025-07-301-6/+6
* testrunner.py: Log slow testsFriedemann Kleint2025-07-092-2/+17
* testrunner.py: Use dataclass instead of a named tupleFriedemann Kleint2025-07-091-8/+18
* build: setuptools, packaging and buildCristián Maureira-Fredes2025-06-041-3/+3
* testing: fix finding tests on new cmake versionsChristian Tismer2025-05-221-4/+6
* Remove unnecessary use of 'object' in class constructionremoteobjectsdevCristián Maureira-Fredes2024-12-184-4/+4
* testrunner: Lower the fail criterion if runs < 5Friedemann Kleint2024-12-121-0/+3
* testrunner: Add command line for the number of re-runsFriedemann Kleint2024-12-111-3/+5
* Raise Python version to 3.8Friedemann Kleint2024-12-031-20/+19
* Desktop Deployment: Fix final application nameShyamnath Premnadh2024-08-091-1/+3
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-208-0/+8
* Deployment: add permission support and create macOS bundle applicationShyamnath Premnadh2024-03-111-1/+6
* build: update dependencies and processCristián Maureira-Fredes2024-01-231-5/+7
* testing: Improve the Python version info to get better controlChristian Tismer2023-12-073-0/+34
* wheel_tester.py: Test pyside6-deployFriedemann Kleint2022-11-111-3/+62
* wheel_tester.py: Add Python directory to the PATHFriedemann Kleint2022-11-041-1/+6
* build: replace distutils.log by simple loggerCristián Maureira-Fredes2022-10-132-5/+5
* build: rename our rmtree to avoid shutil conflictCristián Maureira-Fredes2022-06-291-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-278-304/+16
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-221-1/+3
* testing: Increase the timeout for debug buildsChristian Tismer2022-05-171-1/+1
* flake8: fix style issues on testingCristián Maureira-Fredes2022-04-028-23/+23
* build: script to create wheelsCristián Maureira-Fredes2022-03-291-6/+13
* testing: update wheel_tester.py to no longer use qmakeChristian Tismer2022-03-211-53/+13
* Fix scriptableapplication to build on macOS with framework Qt, amendChristian Tismer2022-03-211-6/+5
* Blacklist testmodifydocumentation for macOSFriedemann Kleint2022-03-141-2/+6
* testing: Allow for repetition of blacklist sectionsChristian Tismer2022-03-131-3/+2
* testing: fix a bug that prevents commenting entriesChristian Tismer2022-03-091-1/+1
* Move from distutils to setuptoolsCristián Maureira-Fredes2021-11-261-1/+1
* PyPySide: add it as a true new build targetChristian Tismer2021-10-281-3/+12
* testing: use f-strings, fixChristian Tismer2021-07-281-5/+6
* testing: code styling with blackCristián Maureira-Fredes2021-07-206-95/+153
* testing: fix flake8 warningsCristián Maureira-Fredes2021-07-124-6/+6
* testing: use f-stringsCristian Maureira-Fredes2021-07-125-88/+79
* PyPySide: Do some preliminary cleanups before the transitionChristian Tismer2021-06-291-2/+3
* testing: enforce that .pyi files are always testedChristian Tismer2021-06-181-3/+14
* wheel_tester: Enable it again for Qt >= 6 with NuitkaChristian Tismer2021-04-071-16/+53
* testing: solve flake8 warningsCristian Maureira-Fredes2021-01-057-55/+51
* testing: Add a "ci" keyword equivalent to the one in QtFriedemann Kleint2020-12-031-0/+2
* Blacklist failing tests for Qt 6Friedemann Kleint2020-11-191-1/+1
* python3: remove all obsolete "from __future__" import statementsChristian Tismer2020-11-091-1/+0
* testrunner: Report the number of failed testsFriedemann Kleint2020-11-061-3/+7
* Rename PySide2 to PySide6Friedemann Kleint2020-11-022-4/+4
* replace **locals by f-strings where possibleChristian Tismer2020-11-022-13/+12
* Remove old pyside2-tools directoryCristian Maureira-Fredes2020-10-311-1/+1
* TestRunner: Fix syntax errorFriedemann Kleint2020-10-291-1/+1
* testing: remove __future__ and Python2 referencesCristian Maureira-Fredes2020-10-288-28/+5
* Rename shiboken2 to shiboken6Friedemann Kleint2020-10-282-4/+4
* wheel_tester.py: No longer use class OPTIONS from the build scriptsFriedemann Kleint2020-10-071-12/+9
* Testing: Fix a quirk introduced by pruningChristian Tismer2020-07-161-1/+4