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 8014f02 commit 2c6f56cCopy full SHA for 2c6f56c
README.md
@@ -6,7 +6,7 @@ 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:
8
9
-```
+```python
10
def test_hello(qtbot):
11
widget = HelloWidget()
12
qtbot.addWidget(widget)
0 commit comments