Skip to content

Commit 53e1530

Browse files
committed
Fix readme
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
1 parent 8f89cc2 commit 53e1530

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.rst

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,6 @@ pytest-print
44
Allows to print extra content onto the PyTest reporting. This can be used for example to report sub-steps for long
55
running tests, or to print debug information in your tests when you cannot debug the code.
66

7-
.. image:: https://badge.fury.io/py/pytest_print.svg
8-
:target: https://badge.fury.io/py/pytest_print
9-
:alt: Latest version on PyPI
10-
.. image:: https://img.shields.io/pypi/pyversions/pytest_print.svg
11-
:target: https://pypi.org/project/pytest_print/
12-
:alt: Supported Python versions
13-
.. image:: https://dev.azure.com/pytestdev/pytest_print/_apis/build/status/pytest-dev.pytest-print
14-
:target: https://dev.azure.com/pytestdev/pytest_print/_build/latest?definitionId=1
15-
:alt: Azure Pipelines build status
16-
.. image:: https://readthedocs.org/projects/pytest_print/badge/?version=latest&style=flat-square
17-
:target: https://pytest_print.readthedocs.io/en/latest/?badge=latest
18-
:alt: Documentation status
19-
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
20-
:target: https://github.com/ambv/black
21-
:alt: Code style: black
22-
23-
247
install
258
=======
269

0 commit comments

Comments
 (0)