nosetests --failed
Hello,
When running unit tests using Nose, I'd like to use command line options like --failed or --with-id. The helper script noserunner.py seems not to forward the parameters correctly to nosetests when I enter them in the Params input field.
I can circumvent the problem by running nosetests --failed as a regular Python process, but then I lose the test GUI. Is there a better way, or is this a bug in PyCharm?
Regards,
Dag
When running unit tests using Nose, I'd like to use command line options like --failed or --with-id. The helper script noserunner.py seems not to forward the parameters correctly to nosetests when I enter them in the Params input field.
I can circumvent the problem by running nosetests --failed as a regular Python process, but then I lose the test GUI. Is there a better way, or is this a bug in PyCharm?
Regards,
Dag
请先登录再写评论。
You can run a single test via the context menu for a test function.