Django - Testing Django Applications
Which of the following commands correctly runs Django tests with coverage measurement?
coverage run.coverage run manage.py test.coverage run, not as a manage.py subcommand. [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions