aboutsummaryrefslogtreecommitdiffstats
path: root/tests/signals/multiple_connections_gui_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Modify multiple connections test to avoid use more then 50 slotsRenato Filho2010-07-081-11/+5
| | | | | | | supported by PySide. Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* chmod -x on some tests, because we need to follow a pattern.Hugo Parente Lima2010-06-101-0/+0
|
* Created new unittest model.Renato Filho2010-06-071-0/+0
| | | | | | | | Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Replace "requires" class decorator with a simple if (for Python 2.5 ↵Anderson Lizardo2010-03-021-22/+20
| | | | | | | compatibility) Reviewed-by: Lauro Moura <lauro.neto@openbossa.org> Reviewed-by: Bruno Araujo <bruno.araujo@openbossa.org>
* Split signal tests into gui and core testsLauro Neto2010-01-041-0/+68
Can't use a QApplication and a QCoreApplication in the same process