Hello,

how can I use the QtTest module?.Because I haven't found documentation on
this module at

http://www.pyside.org/docs/pyside/

Like for example, I have seen that the PySide team implements test cases
like this:

import unittest

from PySide.QtCore import *
from PySide.QtGui import *
from PySide.QtTest import QTest

from helper import UsesQApplication

how could I set a test environment like the one above? thank you in advance.

regards,

-- 
Gibran Rodriguez
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to