Commit graph

9 commits

Author SHA1 Message Date
Hugo Parente Lima
f1327b5a5f chmod -x on some tests, because we need to follow a pattern. 2010-06-10 15:31:43 -03:00
Renato Filho
ab918abc1e Created new unittest model.
Separete unittest for module.
Only run unittest for compiled modules.

Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>,
          Luciano Wolf <luciano.wolf@openbossa.org>
2010-06-07 16:57:11 -03:00
Renato Filho
de4a1a10b0 Fixed bug with refcount on PyObject args during signal/slot emission.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
          Lauro Moura <lauro.neto@openbossa.org>
2010-04-16 16:52:19 -03:00
Renato Filho
542095e1ee Fixed signal emission with pythonic signalture.
Created unittest.

Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>,
          Luciano Wolf <luciano.wolf@openbossa.org>
2010-04-12 16:04:40 -03:00
Anderson Lizardo
a13b5b0145 Replace "requires" class decorator with a simple if (for Python 2.5 compatibility)
Reviewed-by: Lauro Moura <lauro.neto@openbossa.org>
Reviewed-by: Bruno Araujo <bruno.araujo@openbossa.org>
2010-03-02 10:13:11 -04:00
Renato Filho
75b7afbd63 Fixed memory leak on callbacks used on signal connection.
Now using the 'destroyed()' signal the reference is cleaned after source
object destroyed.
2010-02-23 16:35:40 -03:00
Lauro Neto
33c837a48d Split signal tests into gui and core tests
Can't use a QApplication and a QCoreApplication in
the same process
2010-01-04 20:01:48 -03:00
Lauro Neto
ffd0b47222 Fixing pysignal_tests with helper classes 2009-12-16 21:14:24 -03:00
Hugo Lima
9af36fbb64 Added all original pyside unit tests to the shiboken version. 2009-09-21 14:52:09 -03:00