Re: python nose unit test - test plan preparation

2014-04-03 Thread Mark Lawrence
On 03/04/2014 03:02, Rustom Mody wrote: On Wednesday, April 2, 2014 6:52:04 PM UTC+5:30, Hareesha Karunakar wrote: Hello Group, I am using python's nose testing frame work for my automated testing. I would like to run my python cases and generate only the documentation without actually running/

Re: python nose unit test - test plan preparation

2014-04-02 Thread Rustom Mody
On Wednesday, April 2, 2014 6:52:04 PM UTC+5:30, Hareesha Karunakar wrote: > Hello Group, > I am using python's nose testing frame work for my automated testing. > I would like to run my python cases and generate only the documentation > without actually running/executing the cases. > How is this

python nose unit test - test plan preparation

2014-04-02 Thread Hareesha Karunakar
Hello Group, I am using python's nose testing frame work for my automated testing. I would like to run my python cases and generate only the documentation without actually running/executing the cases. How is this possible? I head "collect-only" plugin will help to achieve the same. But I think I