Re: [PyKDE] Killing QApplication

2006-05-02 Thread Giovanni Bajo
Paul Waldo wrote: I'm trying to be a good boy, so I have a lot of unit tests for my python KDE application. Each of the tests run fine individually, but when I run them all together, it seems that the application refuses to die. The first test runs fine, but then subsequent tests give this

Re: [PyKDE] Killing QApplication

2006-05-01 Thread Paul Waldo
Hi Jim, Thanks for the reply. I'm trying to test in a slightly different way than your method. If I understand you correctly, you create a main window and have a button kick off all of your tests. I create a bunch of test classes, each of which needs to be run on its own (while developing),

Re: [PyKDE] Killing QApplication

2006-05-01 Thread Jim Bublitz
On Monday 01 May 2006 09:34, Paul Waldo wrote: Hi Jim, Thanks for the reply. I'm trying to test in a slightly different way than your method. If I understand you correctly, you create a main window and have a button kick off all of your tests. I create a bunch of test classes, each of

[PyKDE] Killing QApplication

2006-04-30 Thread Paul Waldo
Hi all, I'm trying to be a good boy, so I have a lot of unit tests for my python KDE application. Each of the tests run fine individually, but when I run them all together, it seems that the application refuses to die. The first test runs fine, but then subsequent tests give this message:

Re: [PyKDE] Killing QApplication

2006-04-30 Thread Jim Bublitz
On Sunday 30 April 2006 06:22, Paul Waldo wrote: Hi all, I'm trying to be a good boy, so I have a lot of unit tests for my python KDE application. Each of the tests run fine individually, but when I run them all together, it seems that the application refuses to die. The first test runs