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
Post a Comment