We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' NOSE_ARGS = [ '--with-xunit', '--xunit-file=xunit-result.xml', '--with-coverage', '--cover-erase', '--cover-xml', '--cover-xml-file=coverage-report.xml', ]
python manage.py test --where "tests/unit_tests/"
coverage-report.xml is created properly
coverage-report.xml isn't created properly. Instead of creating the coverage-report.xml file there is still a .coverage temp file.
.coverage
The text was updated successfully, but these errors were encountered:
If i run the command without the --where parameter it works properly.
--where
Sorry, something went wrong.
No branches or pull requests
Environment
Steps to Reproduce
python manage.py test --where "tests/unit_tests/"
Expected Behavior
coverage-report.xml is created properly
Observed Behavior
coverage-report.xml isn't created properly. Instead of creating the coverage-report.xml file there is still a
.coverage
temp file.The text was updated successfully, but these errors were encountered: