Skip to content

Commit 6c27516

Browse files
authored
Merge pull request #83 from nicoddemus/release-0.11.0
Release 0.11.0
2 parents 4782592 + b7200a1 commit 6c27516

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest-flask
22
============
33

4-
|PyPI version| |PyPI downloads| |Documentation status|
4+
|PyPI version| |conda-forge version| |Python versions| |Documentation status|
55

66
An extension of `pytest <http://pytest.org/>`__ test runner which
77
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
1414
How to start?
1515
-------------
1616

17-
Define your application fixture in ``conftest.py``::
17+
Define your application fixture in ``conftest.py``:
18+
19+
.. code-block:: python
1820
1921
from myapp import create_app
2022
@@ -38,8 +40,12 @@ suggestion.
3840
:target: https://pypi.python.org/pypi/pytest-flask
3941
:alt: PyPi version
4042

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
4349
:alt: PyPi downloads
4450

4551
.. |Documentation status| image:: https://readthedocs.org/projects/pytest-flask/badge/?version=latest

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
Upcoming release
7-
-----------------
6+
0.11.0 (compared to 0.10.0)
7+
---------------------------
88

99
- Implement deployment using Travis, following in line with many other pytest plugins.
1010

0 commit comments

Comments
 (0)