File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
pytest-flask
2
2
============
3
3
4
- |PyPI version | |PyPI downloads | |Documentation status |
4
+ |PyPI version | |conda-forge version | | Python versions | |Documentation status |
5
5
6
6
An extension of `pytest <http://pytest.org/ >`__ test runner which
7
7
provides a set of useful tools to simplify testing and development
@@ -14,7 +14,9 @@ the `PyPI <https://pypi.python.org/pypi/pytest-flask>`__ overview page or
14
14
How to start?
15
15
-------------
16
16
17
- Define your application fixture in ``conftest.py ``::
17
+ Define your application fixture in ``conftest.py ``:
18
+
19
+ .. code-block :: python
18
20
19
21
from myapp import create_app
20
22
@@ -38,8 +40,12 @@ suggestion.
38
40
:target: https://pypi.python.org/pypi/pytest-flask
39
41
:alt: PyPi version
40
42
41
- .. |PyPI downloads | image :: https://img.shields.io/pypi/dm/pytest-flask.svg
42
- :target: https://pypi.python.org/pypi/pytest-flask
43
+ .. |conda-forge version | image :: https://img.shields.io/conda/vn/conda-forge/pytest-flask.svg
44
+ :target: https://anaconda.org/conda-forge/pytest-flask
45
+ :alt: conda-forge version
46
+
47
+ .. |Python versions | image :: https://img.shields.io/pypi/pyversions/pytest-flask.svg
48
+ :target: https://pypi.org/project/pytest-flask
43
49
:alt: PyPi downloads
44
50
45
51
.. |Documentation status | image :: https://readthedocs.org/projects/pytest-flask/badge/?version=latest
Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
- Upcoming release
7
- -----------------
6
+ 0.11.0 (compared to 0.10.0)
7
+ ---------------------------
8
8
9
9
- Implement deployment using Travis, following in line with many other pytest plugins.
10
10
You can’t perform that action at this time.
0 commit comments