Trying To Run Nosetests Outputing With Xunit And Using Suite
I'm trying to run nosetests in web2py using suite and outputing with xunit, it creates the xml files but even if the console shows that there were errors, but, they are not been wr
Solution 1:
The module Xunit from nosetest is not compatible when you are using suites.
I made a custom xml and solved my problem.
Post a Comment for "Trying To Run Nosetests Outputing With Xunit And Using Suite"