|
| 1 | +================================== |
| 2 | +Django Template Coverage.py Plugin |
| 3 | +================================== |
| 4 | + |
| 5 | +A `coverage.py`_ plugin to measure test coverage of Django templates. |
| 6 | + |
1 | 7 | .. start-badges
|
2 | 8 |
|
3 |
| -|status| |kit| |license| |versions| |djversions| |
| 9 | +| |status| |kit| |license| |
| 10 | +| |versions| |djversions| |
4 | 11 |
|
5 | 12 | .. |status| image:: https://img.shields.io/pypi/status/django_coverage_plugin.svg
|
6 | 13 | :target: https://pypi.python.org/pypi/django_coverage_plugin
|
|
14 | 21 | .. |versions| image:: https://img.shields.io/pypi/pyversions/django_coverage_plugin.svg
|
15 | 22 | :target: https://pypi.python.org/pypi/django_coverage_plugin
|
16 | 23 | :alt: Supported Python Versions
|
17 |
| -.. |djversions| image:: https://img.shields.io/badge/Django-1.8%20%7C%201.11%20%7C%202.0%20%7C%202.1%20%7C%202.2%20%7C%203.0-44b78b.svg |
| 24 | +.. |djversions| image:: https://img.shields.io/badge/Django-1.8%20%7C%201.11%20%7C%202.2%20%7C%203.2%20%7C%204.1-44b78b.svg |
18 | 25 | :target: https://pypi.python.org/pypi/django_coverage_plugin
|
19 | 26 | :alt: Supported Django Versions
|
20 | 27 |
|
21 |
| -.. end-badges |
| 28 | +------------------ |
22 | 29 |
|
23 |
| -================================== |
24 |
| -Django Template Coverage.py Plugin |
25 |
| -================================== |
| 30 | +.. end-badges |
26 | 31 |
|
27 |
| -A `coverage.py`_ plugin to measure test coverage of Django templates. |
| 32 | +Supported on: |
28 | 33 |
|
29 |
| -Supported Python versions: 2.7, and 3.6 through 3.10. |
| 34 | +- Python: 2.7, and 3.6 through 3.11. |
30 | 35 |
|
31 |
| -Supported Django versions: 1.8, 1.11, 2.x, 3.x and 4.x. |
| 36 | +- Django: 1.8, 1.11, 2.x, 3.x and 4.x. |
32 | 37 |
|
33 |
| -Supported coverage.py versions: 4.x or higher. |
| 38 | +- Coverage.py: 4.x or higher. |
34 | 39 |
|
35 | 40 | The plugin is pip installable::
|
36 | 41 |
|
|
0 commit comments