diff python/thex.py @ 203:ca1ea402f6a1

Added some arm instructions
author Windel Bouwman
date Sat, 15 Jun 2013 19:13:05 +0200
parents 65dda7e7e8bd
children
line wrap: on
line diff
--- a/python/thex.py	Sat Jun 15 10:02:50 2013 +0200
+++ b/python/thex.py	Sat Jun 15 19:13:05 2013 +0200
@@ -12,6 +12,9 @@
         self.bv = self.ui.he.bv
         # Provide some random data:
         self.bv.Data = bytearray(range(10)) * 8 + b'x'
+    def tearDown(self):
+        self.app.processEvents()
+        self.app.quit()
     def testOpenButton(self):
         QTest.mouseClick(self.bv, Qt.LeftButton)
         self.assertEqual(self.bv.CursorPosition, 161)