aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qresource_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Initia QtCore port to python3.Renato Filho2012-03-081-2/+2
|
* Fix qresource_test openning the file in binary mode, so it doesn't fail on ↵Hugo Parente Lima2012-03-081-2/+2
| | | | windows.
* Fixed/implemented various QResources methods.Hugo Parente Lima2012-03-081-10/+21
| | | | | | - data() is now exported and returns a Python read-only buffer object. - (un)registerResourceData now accept buffers as arguments, and respects zeroes in the middle of data. - Improved unit test.
* Created new unittest model.Renato Filho2010-06-071-0/+31
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>