We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa89e15 commit a41405bCopy full SHA for a41405b
README.rst
@@ -1,7 +1,7 @@
1
pytest-flask
2
============
3
4
-|PyPI version| |Documentation status|
+|PyPI version| |PyPI downloads| |Documentation status|
5
6
A set of pytest fixtures to test Flask applications.
7
@@ -44,6 +44,10 @@ suggestion.
44
:target: https://pypi.python.org/pypi/pytest-flask
45
:alt: PyPi version
46
47
+.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/pytest-flask.svg
48
+ :target: https://pypi.python.org/pypi/pytest-flask
49
+ :alt: PyPi downloads
50
+
51
.. |Documentation status| image:: https://readthedocs.org/projects/pytest-flask/badge/?version=latest
52
:target: https://readthedocs.org/projects/pytest-flask/?badge=latest
53
:alt: Documentation status
0 commit comments