nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 396 forks source link

--with-xunit & --processes are not compatible #778

Open mr-c opened 10 years ago

mr-c commented 10 years ago

When I combine the two parameters the nosetests.xml file contains:

<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="0" errors="0" failures="0" skip="0"></testsuite>

Instead of the test results:

<?xml version="1.0" encoding="UTF-8"?><testsuite name="nosetests" tests="295" errors="0" failures="0" skip="0"><testcase [...]
yyoyo commented 9 years ago

+1

crusaderky commented 9 years ago

Duplicate of #2