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>
This commit is contained in:
parent
471486732b
commit
ab918abc1e
211 changed files with 241 additions and 79 deletions
|
|
@ -1,17 +0,0 @@
|
|||
|
||||
import unittest
|
||||
|
||||
from PySide.QtCore import QAbstractTableModel
|
||||
from PySide.QtGui import QTableWidget
|
||||
from helper import UsesQApplication
|
||||
|
||||
class QPenTest(UsesQApplication):
|
||||
|
||||
def testItemModel(self):
|
||||
tv = QTableWidget()
|
||||
|
||||
self.assertEqual(type(tv.model()), QAbstractTableModel)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue