Re: Using the Wimp decorator in the Python tests

2011-05-23 Thread Hyrum K Wright
On Mon, May 23, 2011 at 10:55 AM, Stefan Sperling wrote: > On Mon, Mar 14, 2011 at 01:22:39PM +, Philip Martin wrote: > > I don't see any of the Python tests using @Wimp. How is it used? > > > > @Wimp > > @Wimp() > > > > TypeError: __init__() got an unexpected keyword argument 'issues' > > >

Re: Using the Wimp decorator in the Python tests

2011-05-23 Thread Stefan Sperling
On Mon, Mar 14, 2011 at 01:22:39PM +, Philip Martin wrote: > I don't see any of the Python tests using @Wimp. How is it used? > > @Wimp > @Wimp() > > TypeError: __init__() got an unexpected keyword argument 'issues' > > @Wimp('string') > > TypeError: __init__() takes at least 3 arguments (