How do I save nosetests results to a custom xml file located in a specific folder?
My directory structure is:
/MyApp
/TestSuites
/Logs
My test cases are in a file called tests.py located inside /TestSuites
When I try to run:
nosetests tests.py --xunit-file=../Logs/testlog.xml
No xml file is generated.