vendredi 15 avril 2016

How can I prevent `nose` from duplicating the testing output when using `rednose`?

I am running my tests using nosetools like this:

nosetools -s --rednose my_test.py

But I get duplicated output, one from nose and one from rednose (12 dots instead of 6, the same thing happens when there is an error).

enter image description here

Is there any way to prevent this?

Aucun commentaire:

Enregistrer un commentaire