|
1 | 1 | pytest-flask
|
2 | 2 | ============
|
3 | 3 |
|
4 |
| -|PyPI version| |conda-forge version| |Python versions| |ci| |Documentation status| |
| 4 | +.. image:: https://img.shields.io/pypi/v/pytest-flask.svg |
| 5 | + :target: https://pypi.python.org/pypi/pytest-flask |
| 6 | + :alt: PyPi version |
| 7 | + |
| 8 | +.. image:: https://img.shields.io/conda/vn/conda-forge/pytest-flask.svg |
| 9 | + :target: https://anaconda.org/conda-forge/pytest-flask |
| 10 | + :alt: conda-forge version |
| 11 | + |
| 12 | +.. image:: https://github.com/pytest-dev/pytest-flask/workflows/build/badge.svg |
| 13 | + :target: https://github.com/pytest-dev/pytest-flask/actions |
| 14 | + :alt: CI status |
| 15 | + |
| 16 | +.. image:: https://img.shields.io/pypi/pyversions/pytest-flask.svg |
| 17 | + :target: https://pypi.org/project/pytest-flask |
| 18 | + :alt: PyPi downloads |
| 19 | + |
| 20 | +.. image:: https://readthedocs.org/projects/pytest-flask/badge/?version=latest |
| 21 | + :target: https://pytest-flask.readthedocs.org/en/latest/ |
| 22 | + :alt: Documentation status |
| 23 | + |
| 24 | +.. image:: https://img.shields.io/maintenance/yes/2020?color=blue |
| 25 | + :target: https://github.com/pytest-dev/pytest-flask |
| 26 | + :alt: Maintenance |
| 27 | + |
| 28 | +.. image:: https://img.shields.io/github/last-commit/pytest-dev/pytest-flask?color=blue |
| 29 | + :target: https://github.com/pytest-dev/pytest-flask/commits/master |
| 30 | + :alt: GitHub last commit |
| 31 | + |
| 32 | +.. image:: https://img.shields.io/github/issues-pr-closed-raw/pytest-dev/pytest-flask?color=blue |
| 33 | + :target: https://github.com/pytest-dev/pytest-flask/pulls?q=is%3Apr+is%3Aclosed |
| 34 | + :alt: GitHub closed pull requests |
| 35 | + |
| 36 | +.. image:: https://img.shields.io/github/issues-closed/pytest-dev/pytest-flask?color=blue |
| 37 | + :target: https://github.com/pytest-dev/pytest-flask/issues?q=is%3Aissue+is%3Aclosed |
| 38 | + :alt: GitHub closed issues |
| 39 | + |
| 40 | +.. image:: https://img.shields.io/pypi/dm/pytest-flask?color=blue |
| 41 | + :target: https://pypi.org/project/pytest-flask/ |
| 42 | + :alt: PyPI - Downloads |
| 43 | + |
| 44 | +.. image:: https://img.shields.io/github/languages/code-size/pytest-dev/pytest-flask?color=blue |
| 45 | + :target: https://github.com/pytest-dev/pytest-flask |
| 46 | + :alt: Code size |
| 47 | + |
| 48 | +.. image:: https://img.shields.io/badge/license-MIT-blue.svg?color=blue |
| 49 | + :target: https://github.com/pytest-dev/pytest-flask/blob/master/LICENSE |
| 50 | + :alt: License |
| 51 | + |
| 52 | +.. image:: https://img.shields.io/github/issues-raw/pytest-dev/pytest-flask.svg?color=blue |
| 53 | + :target: https://github.com/pytest-dev/pytest-flask/issues |
| 54 | + :alt: Issues |
| 55 | + |
| 56 | +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg |
| 57 | + :target: https://github.com/ambv/black |
| 58 | + :alt: style |
5 | 59 |
|
6 | 60 | An extension of `pytest`_ test runner which
|
7 | 61 | provides a set of useful tools to simplify testing and development
|
@@ -52,30 +106,11 @@ Contributing
|
52 | 106 | ------------
|
53 | 107 |
|
54 | 108 | Don’t hesitate to create a `GitHub issue`_ for any bug or
|
55 |
| -suggestion. |
56 |
| - |
57 |
| -.. |PyPI version| image:: https://img.shields.io/pypi/v/pytest-flask.svg |
58 |
| - :target: https://pypi.python.org/pypi/pytest-flask |
59 |
| - :alt: PyPi version |
60 |
| - |
61 |
| -.. |conda-forge version| image:: https://img.shields.io/conda/vn/conda-forge/pytest-flask.svg |
62 |
| - :target: https://anaconda.org/conda-forge/pytest-flask |
63 |
| - :alt: conda-forge version |
64 |
| - |
65 |
| -.. |ci| image:: https://github.com/pytest-dev/pytest-flask/workflows/build/badge.svg |
66 |
| - :target: https://github.com/pytest-dev/pytest-flask/actions |
67 |
| - :alt: CI status |
68 |
| - |
69 |
| -.. |Python versions| image:: https://img.shields.io/pypi/pyversions/pytest-flask.svg |
70 |
| - :target: https://pypi.org/project/pytest-flask |
71 |
| - :alt: PyPi downloads |
72 |
| - |
73 |
| -.. |Documentation status| image:: https://readthedocs.org/projects/pytest-flask/badge/?version=latest |
74 |
| - :target: https://pytest-flask.readthedocs.org/en/latest/ |
75 |
| - :alt: Documentation status |
| 109 | +suggestion. For more information check our contribution `guidelines`_. |
76 | 110 |
|
77 | 111 | .. _pytest: https://docs.pytest.org/en/stable/
|
78 | 112 | .. _PyPI: https://pypi.python.org/pypi/pytest-flask
|
79 | 113 | .. _Github issue: https://github.com/vitalk/pytest-flask/issues
|
80 | 114 | .. _package documentation: http://pytest-flask.readthedocs.org/en/latest/
|
| 115 | +.. _guidelines: https://github.com/pytest-dev/pytest-flask/blob/master/CONTRIBUTING.rst |
81 | 116 | .. _application factory: https://flask.palletsprojects.com/en/1.1.x/patterns/appfactories/
|
0 commit comments