File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- |PyPI version | |Documentation status |
2
-
3
1
pytest-flask
4
2
============
5
3
6
- A set of pytest fixtures to test Flask applications.
7
-
8
-
9
- What is it?
10
- -----------
4
+ |PyPI version | |PyPI downloads | |Documentation status |
11
5
12
6
An extension of `pytest <http://pytest.org/ >`__ test runner which
13
7
provides a set of useful tools to simplify testing and development
@@ -40,8 +34,13 @@ Contributing
40
34
Don't hesitate to create a `GitHub issue <https://github.com/vitalk/pytest-flask/issues >`__ for any bug or
41
35
suggestion.
42
36
43
- .. |PyPI version | image :: https://badge.fury.io/py/pytest-flask.png
44
- :target: http://badge.fury.io/py/pytest-flask
37
+ .. |PyPI version | image :: https://img.shields.io/pypi/v/pytest-flask.svg
38
+ :target: https://pypi.python.org/pypi/pytest-flask
39
+ :alt: PyPi version
40
+
41
+ .. |PyPI downloads | image :: https://img.shields.io/pypi/dm/pytest-flask.svg
42
+ :target: https://pypi.python.org/pypi/pytest-flask
43
+ :alt: PyPi downloads
45
44
46
45
.. |Documentation status | image :: https://readthedocs.org/projects/pytest-flask/badge/?version=latest
47
46
:target: https://readthedocs.org/projects/pytest-flask/?badge=latest
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
3
4
- __version__ = "0.7.2 "
4
+ __version__ = "0.7.3 "
You can’t perform that action at this time.
0 commit comments