File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
pytest-qt
9
9
=========
10
10
11
- :Author: Bruno Oliveira
12
11
:Repository: `GitHub <https://github.com/nicoddemus/pytest-qt >`_
13
12
:Version: |version |
14
13
:License: `LGPL <http://www.gnu.org/licenses/lgpl-3.0.txt >`_
14
+ :Author: Bruno Oliveira
15
15
16
16
17
17
Introduction
@@ -34,7 +34,7 @@ This will automatically register it for usage in ``py.test``.
34
34
Quick Tutorial
35
35
==============
36
36
37
- ``pytest-qt `` registers a new fixture _ named ``qtbot ``. This fixture acts as *bot * in the sense
37
+ ``pytest-qt `` registers a new fixture _ named ``qtbot ``, which acts as *bot * in the sense
38
38
that it can send keyboard and mouse events to any widgets being tested. This way, the programmer
39
39
can simulate user interaction while checking if GUI controls are behaving in the expected manner.
40
40
You can’t perform that action at this time.
0 commit comments