Skip to content

Commit e603359

Browse files
committed
Finished README conversion to RST
1 parent feb4359 commit e603359

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22
pytest-qt
33
=========
44

5-
pytest-qt is a `pytest`_ plugin to allow
6-
programmers write tests for `PySide`_ and
7-
`PyQt`_ applications.
5+
pytest-qt is a `pytest`_ plugin to allow programmers write tests for `PySide`_ and `PyQt`_ applications.
86

97
The main usage is to use the `qtbot` fixture, responsible for handling `qApp`
108
creation as needed and provides methods to simulate user interaction,
119
like key presses and mouse clicks::
1210

13-
.. _PySide: https://pypi.python.org/pypi/PySide
14-
.. _PyQt: http://www.riverbankcomputing.com/software/pyqt
15-
.. _pytest: http://pytest.org
1611

1712
def test_hello(qtbot):
1813
widget = HelloWidget()
@@ -24,6 +19,10 @@ like key presses and mouse clicks::
2419
assert window.greet_label.text() == 'Hello!'
2520

2621

22+
.. _PySide: https://pypi.python.org/pypi/PySide
23+
.. _PyQt: http://www.riverbankcomputing.com/software/pyqt
24+
.. _pytest: http://pytest.org
25+
2726
This allows you to test and make sure your view layer is behaving the way you expect after each code change.
2827

2928
|version| |downloads| |ci|
@@ -58,13 +57,13 @@ Full documentation and tutorial available at `Read the Docs`_.
5857
Change Log
5958
----------
6059

61-
Please consult the `releases page`.
60+
Please consult the `releases page`_.
6261

6362
.. _releases page: https://github.com/nicoddemus/pytest-qt/releases
6463

6564
Bugs/Requests
6665
-------------
6766

68-
Please report any issues or feature requests in the `issue tracker`.
67+
Please report any issues or feature requests in the `issue tracker`_.
6968

7069
.. _issue tracker: https://github.com/nicoddemus/pytest-qt/issues

0 commit comments

Comments
 (0)