aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Removes a test which creates an instance of an abstract class.Hugo Lima2010-02-011-4/+0
* Add support for buffer protocol on QStrings.Hugo Lima2010-01-271-6/+1
* Revert "We do not support character buffer protocol on QStrings."Hugo Lima2010-01-271-0/+25
* We can't ensure that the last enum value of QVariant will be fixed forever,Hugo Lima2010-01-221-5/+0
* We do not support character buffer protocol on QStrings.Hugo Lima2010-01-211-25/+0
* Updates duck punching test to use 'types' module instead of 'new'.Marcelo Lira2010-01-211-6/+6
* Fix qdatastream unit test and typesystem.Hugo Lima2010-01-201-4/+4
* Adding a buffer test (copied from PySide trunk).Luciano Wolf2010-01-191-0/+13
* Updated test for overloads with static and non-static versions of a method.Marcelo Lira2010-01-191-8/+45
* QKeySequence is a class from QtGui, so this test has been moved to QtGui test...Hugo Lima2010-01-181-0/+0
* Does not makes sense concat a unicode string with a QByteArray.Hugo Lima2010-01-181-11/+13
* - Removed QTextStream with QByteArray const reference and added the ctors wit...Hugo Lima2010-01-141-0/+1
* Adding tests for QByteArray += operatorLauro Neto2010-01-131-0/+73
* Adding metaclass for tests - DocModifierLauro Neto2010-01-131-0/+89
* Remove usage of QThread in signal emission testLauro Neto2010-01-041-12/+5
* Split signal tests into gui and core testsLauro Neto2010-01-047-168/+224
* Fix qmentaobject test to work with dynamic metaobject.renato2010-01-041-1/+3
* Fixes type system templates for methods with bool* as parameter.Marcelo Lira2010-01-041-0/+15
* Fix test of QObject::senderHugo Lima2009-12-301-1/+1
* Signal emission tests with non QtGui testsLauro Neto2009-12-161-2/+67
* Fixing pysignal_tests with helper classesLauro Neto2009-12-161-8/+18
* Fixing "wrong number of arguments" testsLauro Neto2009-12-161-10/+20
* Adding decorator requires(ModuleName) for testsLauro Neto2009-12-165-14/+87
* Adding no-qtgui tests for lambda and multiple sigLauro Neto2009-12-162-7/+67
* Add empty classes when QtGui's not availableLauro Neto2009-12-161-0/+13
* Fixing signals connections back to static methodLauro Neto2009-12-161-1/+1
* Fixing multiple signal testsLauro Neto2009-12-161-6/+10
* Fix typo in run_test.sh (PYTHONPATH)Lauro Neto2009-12-161-1/+1
* args_dont_match.py renamed to args_dont_match_test.pyHugo Lima2009-12-161-0/+0
* Tests synchronized with the boost python PySide.Hugo Lima2009-12-1514-8/+329
* Add test to QDataStream.read/write Int8Lauro Neto2009-11-101-1/+26
* Adding more tests for QDataStreamLauro Neto2009-11-101-9/+294
* Fixed the test to avoid enums extensions.Hugo Lima2009-09-281-3/+10
* Removed some pyc files that SHOULD NEVER be in a VCSHugo Lima2009-09-282-0/+0
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-21156-0/+6584