aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/qlistwidgetitem_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Added test for Bug 452.Marcelo Lira2010-11-091-0/+3
| | | | | | | Bug 452 - QListWidgetItem() not casting NoneType to null correctly. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Created QListWidget test.Renato Filho2010-07-051-0/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Created new unittest model.Renato Filho2010-06-071-0/+25
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>