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