python - Nosetests missing command line option -




using nose 1.3.7 , documentation lists following command line option

--xunit-prefix-with-testsuite-name whether prefix class name under test testsuite name. defaults false.

documentation available on: https://nose.readthedocs.io/en/latest/usage.html

but when trying use error:

nosetests: error: no such option: --xunit-prefix-with-testsuite-name

is there i'm missing?





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -