Skip to content

Commit df1232f

Browse files
committed
Adding issues link to readme
1 parent e6668fc commit df1232f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ def test_hello(qtbot):
1818
assert window.greet_label.text() == 'Hello!'
1919
```
2020

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+
2128
Full documentation and tutorial available at [Read the Docs](https://pytest-qt.readthedocs.org/en/latest/).
2229

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).

0 commit comments

Comments
 (0)