Search

Showing posts with label nosetests testing. Show all posts
Showing posts with label nosetests testing. Show all posts

10 May, 2019

Nose test command line tricks

If you are using nose plugin to run your tests , there are some handy tricks that we can use while running tests.

Run test and generate a XML report:


nosetests --with-xunit test_folder --xunit-file=nosetests_test_results.xml