nose-devs / nose

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

Nose --with-xunit xml generation #1070

Open MBODJO opened 6 years ago

MBODJO commented 6 years ago

Hello, I'm using nose to run python tests, and the plugin Xunit to generate the xml file. My problem is that i have a lot of data written in the xml file (all data of tests are also logged in xml).

Is there an option to deactivate logging of all data in xml : i need only test results : success, fail or error (maybe deactivate system-out writing in xml)?

Thank you