- Language: en
6 results for Code coverage in version 3.2
-
Unit tests
- … coverage Contributors are encouraged to run coverage on the test suite to identify areas that need additional tests. The coverage tool installation and use is described in testing code …
-
Advanced testing topics
- … Code coverage describes how much source code has been tested. It shows which parts of your …
-
Writing your first Django app, part 5
- … code. If you can’t test a piece of code, it usually means that code should be refactored or removed. Coverage …
-
JavaScript
- … code coverage when running the tests, you need to view that file over HTTP. To view …
-
Submitting patches
- … code in Django might be deprecated: If a feature has been improved or modified in a backwards-incompatible way, the old feature or behavior will be deprecated. Sometimes Django will include a backport …
-
Models
- … Models A model is the single, definitive source of information about your data. It contains …