@@ -9,11 +9,32 @@ Pytest Helpers Namespace
9
9
:target: https://ci.appveyor.com/project/saltstack-public/pytest-helpers-namespace/branch/master
10
10
:alt: See Build Status on AppVeyor
11
11
12
- .. image :: http://img.shields.io/pypi/v/pytest-helpers-namespace.svg
13
- :target: https://pypi.python.org/pypi/pytest-helpers-namespace
14
-
15
12
.. image :: https://codecov.io/github/saltstack/pytest-helpers-namespace/coverage.svg?branch=master
16
13
:target: https://codecov.io/github/saltstack/pytest-helpers-namespace?branch=master
14
+ :alt: Code Coverage
15
+
16
+
17
+
18
+ .. |version | image :: https://img.shields.io/pypi/v/pytest-helpers-namespace.svg?style=flat
19
+ :alt: PyPI Package latest release
20
+ :target: https://pypi.python.org/pypi/pytest-helpers-namespace
21
+
22
+ .. |downloads | image :: https://img.shields.io/pypi/dm/pytest-helpers-namespace.svg?style=flat
23
+ :alt: PyPI Package monthly downloads
24
+ :target: https://pypi.python.org/pypi/pytest-helpers-namespace
25
+
26
+ .. |wheel | image :: https://img.shields.io/pypi/wheel/pytest-helpers-namespace.svg?style=flat
27
+ :alt: PyPI Wheel
28
+ :target: https://pypi.python.org/pypi/pytest-helpers-namespace
29
+
30
+ .. |supported-versions | image :: https://img.shields.io/pypi/pyversions/pytest-helpers-namespace.svg?style=flat
31
+ :alt: Supported versions
32
+ :target: https://pypi.python.org/pypi/pytest-helpers-namespace
33
+
34
+ .. |supported-implementations | image :: https://img.shields.io/pypi/implementation/pytest-helpers-namespace.svg?style=flat
35
+ :alt: Supported implementations
36
+ :target: https://pypi.python.org/pypi/pytest-helpers-namespace
37
+
17
38
18
39
This plugin does not provide any helpers to `pytest `_, it does, however,
19
40
provide a helpers namespace in `pytest `_ which enables you to register helper
0 commit comments