Re: Problem with my nose test plugin

2013-02-02 Thread R. Osinga
On Saturday, February 2, 2013 3:43:45 PM UTC+1, R. Osinga wrote: > Hi all, > > > > I want to execute unit tests from web2py and I want to automatically > discover, so I think it is wise to use nose tests for that. That way, I can > write a plugin to receive the test results in stead of heaving

Problem with my nose test plugin

2013-02-02 Thread Roald
Hi all, I want to execute unit tests from web2py and I want to automatically discover, so I think it is wise to use nose tests for that. That way, I can write a plugin to receive the test results in stead of heaving to parse the output stream. I use nose.run(addPlugins[MyPlugin()]), and althoug