Skip to content

Commit 4928a1f

Browse files
committed
Moved badges to bottom of section in README
1 parent e75ddc8 commit 4928a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

21+
This allows you to test and make sure your view layer is behaving the way you expect after each code change.
22+
2123
[![version](https://pypip.in/v/pytest-qt/badge.png)](https://crate.io/packages/pytest-qt)
2224
[![downloads](https://pypip.in/d/pytest-qt/badge.png)](https://crate.io/packages/pytest-qt)
2325
[![ci](https://secure.travis-ci.org/nicoddemus/pytest-qt.png?branch=master)](https://travis-ci.org/nicoddemus/pytest-qt)
2426

25-
This allows you to test and make sure your view layer is behaving the way you expect after each code change.
26-
2727
## Documentation ##
2828

2929
Full documentation and tutorial available at [Read the Docs](https://pytest-qt.readthedocs.org/en/latest/).

0 commit comments

Comments
 (0)