File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ the DJANGO_SETTINGS_MODULE environment variable.
30
30
31
31
32
32
Configuration
33
- -------------
33
+ ~~~~~~~~~~~~~
34
34
35
35
The Django template plugin uses some existing settings from your .coveragerc
36
36
file. The ``source= ``, ``include= ``, and ``omit= `` options control what
37
37
template files are included in the report.
38
38
39
39
40
40
Caveats
41
- -------
41
+ ~~~~~~~
42
42
43
43
Files included by the ``{% ssi %} `` tag are not included in the coverage
44
44
measurements.
@@ -48,21 +48,21 @@ plural text, so both are marked as used if the tag is used.
48
48
49
49
50
50
Changes
51
- -------
51
+ ~~~~~~~
52
52
53
53
v1.1, in progress
54
- ~~~~~~~~~~~~~~~~~
54
+ -----------------
55
55
56
56
Explicitly configure settings if need be to get things to work.
57
57
58
58
v1.0: 20 September 2015
59
- ~~~~~~~~~~~~~~~~~~~~~~~
59
+ -----------------------
60
60
61
61
First version :)
62
62
63
63
64
64
What the? How?
65
- --------------
65
+ ~~~~~~~~~~~~~~
66
66
67
67
The technique used to measure the coverage is the same that Dmitry Trofimov
68
68
used in `dtcov `_, but integrated into coverage.py as a plugin, and made more
@@ -76,7 +76,7 @@ in coverage.py, let's talk.
76
76
77
77
78
78
Tests
79
- -----
79
+ ~~~~~
80
80
81
81
To run the tests::
82
82
You can’t perform that action at this time.
0 commit comments