- Language: en
5 results for Test coverage in version 3.2
-
Unit tests
- … tests. The coverage tool installation and use is described in testing code coverage . Coverage should …
-
Advanced testing topics
- … tested. It shows which parts of your code are being exercised by tests and which are not. It’s an important part of testing applications, so it’s strongly recommended to check the coverage …
-
JavaScript
- … Testing from a web browser To run the tests from a web browser, open up js_tests/tests.html in your browser. To measure code coverage …
-
Submitting patches
- … test coverage, these warnings are converted to errors when running the test suite with warnings …
-
Writing your first Django app, part 5
- … coverage. This also helps identify fragile or even dead code. If you can’t test …