eric6/PyUnit/UnittestDialog.py

changeset 7628
f904d0eef264
parent 7533
88261c96484b
child 7635
0cdead130a81
equal deleted inserted replaced
7626:7f643d41464e 7628:f904d0eef264
1237 event.accept() 1237 event.accept()
1238 1238
1239 for editor in self.__editors: 1239 for editor in self.__editors:
1240 try: 1240 try:
1241 editor.close() 1241 editor.close()
1242 except Exception: 1242 except Exception: # secok
1243 # ignore all exceptions 1243 # ignore all exceptions
1244 pass 1244 pass
1245 1245
1246 1246
1247 class QtTestResult(unittest.TestResult): 1247 class QtTestResult(unittest.TestResult):

eric ide

mercurial