aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Warn if signals and slots are out of orderChristian Tismer2017-02-143-1/+75
* Remove some simple QUuid errorsChristian Tismer2017-02-082-2/+12
* Remove an error importing shibokenChristian Tismer2017-02-081-2/+9
* Add QMimeType, QMimeDatabase to typesystemLiang Qi2017-01-242-0/+79
* Fix registration of signals and slots inherited from mixin classesAlexandru Croitor2017-01-192-0/+217
* Handle WId as primitive type PyLongFriedemann Kleint2016-12-221-0/+1
* Fix test QtOpenGL/qglbuffer_test.py for Python 3Friedemann Kleint2016-12-221-1/+1
* Tests: Fix deprecation warningsFriedemann Kleint2016-12-19128-282/+282
* Fix qstandarditemmodel_test.pyFriedemann Kleint2016-12-192-3/+4
* Fix Tests QtWidgets/bug_919.pyFriedemann Kleint2016-12-161-1/+11
* Add import for print_function for Python 2Friedemann Kleint2016-12-152-0/+4
* Signal tests: Fix function signaturesFriedemann Kleint2016-12-152-11/+9
* QtQml tests: Add parentheses around printFriedemann Kleint2016-12-152-2/+2
* QQmlIncubationController fixes and new VolatileBool typeAlexandru Croitor2016-12-134-0/+199
* Fix Segfault when using connect (w/o instrumentation)Christian Tismer2016-12-023-0/+73
* Test bug_686.py: Unlock mutex after useFriedemann Kleint2016-12-011-0/+1
* Remove test bug_882.pyFriedemann Kleint2016-11-292-42/+0
* Stabilize tests bug_686.py, bug_PYSIDE-164.py for Python 2Friedemann Kleint2016-11-292-4/+4
* Sanity check dynamically added signal and slotsAlexandru Croitor2016-11-113-7/+7
* Make code compile with namespaced Qt buildhjk2016-11-041-0/+2
* tests/manually/bug_841.py: Convert to LF line terminatorsFriedemann Kleint2016-10-271-51/+51
* Fix a bug in QtWebKitWidgetsChristian Tismer2016-10-191-1/+1
* Fix QML testsAlexandru Croitor2016-10-1911-41/+61
* Build QtOpenGL supportChristian Tismer2016-10-193-6/+20
* Added missing license headers of the tests (scripts, qml, cpp)Friedemann Kleint2016-10-18432-3/+12070
* Fix qthread_test.pyFriedemann Kleint2016-10-141-2/+3
* Fix property notify ids to be correctAlexandru Croitor2016-09-282-0/+77
* Updated license headers of the testsFriedemann Kleint2016-09-2613-319/+327
* qfile_test.py: Fix Python 3Friedemann Kleint2016-09-211-10/+19
* Add test for PYSIDE-344Friedemann Kleint2016-09-162-0/+65
* Port installmsghandler_test.pyFriedemann Kleint2016-09-091-12/+12
* Remove basic_auth_test.pyFriedemann Kleint2016-08-312-52/+0
* Tests: Add parameters to QThread::wait()Friedemann Kleint2016-08-302-3/+3
* qurl_test.py: Specify full path in testFriedemann Kleint2016-08-301-1/+1
* qurl_test.py: Comment out tests for query itemsFriedemann Kleint2016-08-301-47/+48
* Remove inputcontext_test.pyFriedemann Kleint2016-08-302-27/+0
* Fix some tests failing due to invalid imports and class namesFriedemann Kleint2016-08-309-32/+33
* Fix test bug_862.py: Adapt repr strings to PySide2/Qt5Friedemann Kleint2016-08-301-6/+6
* graphicsscene_test.py: Fix calls to itemAtFriedemann Kleint2016-08-241-5/+5
* pyside_reload_test.py: Fix path to test_module_template.pyFriedemann Kleint2016-08-241-1/+1
* qitemselection_test.py: Fix importsFriedemann Kleint2016-08-241-1/+2
* translation_test.py: Remove obsolete flag QCoreApplication.UnicodeUTF8Friedemann Kleint2016-08-241-1/+1
* Remove x11_symbols_test.pyFriedemann Kleint2016-08-242-28/+0
* qobject_tr_as_instance_test.py: Remove obsolete trUtf8() methodsFriedemann Kleint2016-08-241-18/+2
* touchevent_test.py: Adapt to Qt 5Friedemann Kleint2016-08-241-6/+9
* 1. These 2 new functions could be suppressed by editing PySide2/QtTest/typesy...zhihaoadsk2016-04-141-1/+1
* Merge pull request #48 from empyrical/fix-more-testsChristian Tismer2015-12-28147-459/+320
|\
| * Clean up and fix unit testsempyrical2015-12-16147-459/+320
* | Fix improper test filenameempyrical2015-12-131-1/+1
|/
* Merge pull request #44 from empyrical/deleted-obj-signal-segfaultChristian Tismer2015-12-132-0/+47
|\