Using nose 1.3.7 and documentation lists following command line option
--xunit-prefix-with-testsuite-name Whether to prefix the class name under test with testsuite name. Defaults to false.
Documentation from: https://nose.readthedocs.io/en/latest/usage.html
But when trying to use it I get error:
nosetests: error: no such option: --xunit-prefix-with-testsuite-name
Is there something I'm missing?