How to run nosetests from netbeans?

Posted by Chris089 on Stack Overflow See other posts from Stack Overflow or by Chris089
Published on 2010-02-18T09:09:08Z Indexed on 2010/04/01 13:33 UTC
Read the original article Hit count: 511

I recently started using netbeans for python development and really like it. However, the test runner in netbeans does not run my doctests, nor does it run my test functions written using nose. I always have to switch to the shell and run 'setup.py test' or 'nosetests' manually. Is there a way to integrate this into netbenas 6.8?

© Stack Overflow or respective owner

Related posts about python

Related posts about nose