File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ def test_hello(qtbot):
18
18
assert window.greet_label.text() == ' Hello!'
19
19
```
20
20
21
+ This allows you to test and make sure your view layer is behaving the way you expect after each code change.
22
+
21
23
[ ![ version] ( https://pypip.in/v/pytest-qt/badge.png )] ( https://crate.io/packages/pytest-qt )
22
24
[ ![ downloads] ( https://pypip.in/d/pytest-qt/badge.png )] ( https://crate.io/packages/pytest-qt )
23
25
[ ![ ci] ( https://secure.travis-ci.org/nicoddemus/pytest-qt.png?branch=master )] ( https://travis-ci.org/nicoddemus/pytest-qt )
24
26
25
- This allows you to test and make sure your view layer is behaving the way you expect after each code change.
26
-
27
27
## Documentation ##
28
28
29
29
Full documentation and tutorial available at [ Read the Docs] ( https://pytest-qt.readthedocs.org/en/latest/ ) .
You can’t perform that action at this time.
0 commit comments