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 1ee3fee commit 70ad56dCopy full SHA for 70ad56d
README.md
@@ -4,7 +4,8 @@ pytest-qt is a [pytest](http://pytest.org) plugin that provides fixtures to help
4
programmers write tests for [PySide](https://pypi.python.org/pypi/PySide) and [PyQt](http://www.riverbankcomputing.com/software/pyqt)
5
applications.
6
7
-The main usage is to use the qtbot fixture, which provides methods to simulate user interaction, like key presses and mouse clicks:
+The main usage is to use the `qtbot` fixture, which provides methods to simulate user interaction, like key
8
+presses and mouse clicks:
9
10
```python
11
def test_hello(qtbot):
0 commit comments