##// END OF EJS Templates
Merge pull request #1631 from punchagan/qapplication-exists-test-error...
Merge pull request #1631 from punchagan/qapplication-exists-test-error TST: QApplication doesn't quit early enough with PySide In both tests which create a QApplication, first check whether one already exists, and if so use it. This is an issue with PySide, which unlike PyQt does not delete the QApplication when expected. Closes #1628

File last commit:

r1420:34bafc01
r6577:9e4479b6 merge
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
x = 1
print 'x is:',x