From 769ffc32bf32aab1800d9c58458285db11696527 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 29 Feb 2020 00:29:56 +0100 Subject: [PATCH] Add Read The Docs badge to README (#6841) --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 3235dd4c2..864467ea2 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,10 @@ .. image:: https://www.codetriage.com/pytest-dev/pytest/badges/users.svg :target: https://www.codetriage.com/pytest-dev/pytest +.. image:: https://readthedocs.org/projects/pytest/badge/?version=latest + :target: https://pytest.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + The ``pytest`` framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.