Re: [PyQt] Testing PyQt using code with unit-tests and Mock

2011-07-27 Thread Andreas Pakulat
On 27.07.11 22:19:43, Phil Thompson wrote: > On Wed, 27 Jul 2011 21:31:22 +0200, Andreas Pakulat wrote: > > Hi, > > > > I've got a bit of a problem to test my PyQt based code via unit-tests > > involving mock objects (specifically minimock). > > > > I'd like to find a way to emit a signal with a

Re: [PyQt] Testing PyQt using code with unit-tests and Mock

2011-07-27 Thread Phil Thompson
On Wed, 27 Jul 2011 21:31:22 +0200, Andreas Pakulat wrote: > Hi, > > I've got a bit of a problem to test my PyQt based code via unit-tests > involving mock objects (specifically minimock). > > I'd like to find a way to emit a signal with a mock-object instead of > the real, but I can't seem to f