Monday, February 16, 2015

Nose framework test discovery

To discovers test by Nose, structure the folders as

Module
    --- test_script.1py
    -- -Test_Module2
             --- test_script1.py
          

Command to exeute all cases

 




--with-html for html output.


HTML output report will be generated for each test files.


No comments:

Post a Comment