File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ 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 )
21
+ [ ![ version] ( https://pypip.in/v/pytest-qt/badge.png )] ( https://crate.io/packages/pytest-qt )
22
+ [ ![ downloads] ( https://pypip.in/d/pytest-qt/badge.png )] ( https://crate.io/packages/pytest-qt )
22
23
[ ![ ci] ( https://secure.travis-ci.org/nicoddemus/pytest-qt.png?branch=master )] ( https://travis-ci.org/nicoddemus/pytest-qt )
23
24
24
25
This allows you to test and make sure your view layer is behaving the way you expect after each code change.
@@ -29,4 +30,4 @@ Full documentation and tutorial available at [Read the Docs](https://pytest-qt.r
29
30
30
31
## Bugs/Requests ##
31
32
32
- Please report any issues or feature requests in the [ issue tracker] ( https://github.com/nicoddemus/pytest-qt/issues ) .
33
+ 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