We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082caff commit 86b47b3Copy full SHA for 86b47b3
1 file changed
README.rst
@@ -28,7 +28,7 @@ like key presses and mouse clicks:
28
29
This allows you to test and make sure your view layer is behaving the way you expect after each code change.
30
31
-|version| |downloads| |ci| |coverage|
+|version| |downloads| |ci| |coverage| |docs|
32
33
.. Using PNG badges because PyPI doesn't support SVG
34
@@ -44,6 +44,9 @@ This allows you to test and make sure your view layer is behaving the way you ex
44
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-qt.png
45
:target: https://coveralls.io/r/nicoddemus/pytest-qt
46
47
+.. |docs| image:: https://readthedocs.org/projects/pytest-qt/badge/?version=latest
48
+ :target: https://pytest-qt.readthedocs.org
49
+
50
51
Requirements
52
============
0 commit comments