aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtWebKitWidgets
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the test for loading modulesChristian Tismer2017-07-102-40/+1
| | | | | | | | | | Some time ago, I added the test file that makes sure that all modules can load. This file needed to repeat for each module without any other tests. Now we have a real "PySide2.__all__" variable, and we can remove these tests in favor of one simple test. Change-Id: I96d91e749c134f30afc30751abb874ede2639d10 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Fix typos in licensesFriedemann Kleint2017-05-301-3/+3
| | | | | Change-Id: I781418f8747d51a0d329c0562e076600989b3768 Reviewed-by: Christian Tismer <tismer@stackless.com>
* move everying into sources/pyside2Oswald Buddenhagen2017-05-222-0/+40
in preparation for a subtree merge. this should not be necessary to do in a separate commit, but git is a tad stupid about following history correctly without it.