Skip to content

Commit 8210aa8

Browse files
committed
added CHANGELOG and using .rst for README
1 parent 01d85e9 commit 8210aa8

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
===================
2+
pytest-qt changelog
3+
===================
4+
5+
0.3
6+
---
7+
8+
First usable version.

README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pytest-qt
2+
=========
3+
4+
pytest_ plugin that adds fixtures for testing PyQt_ and PySide_ applications.
5+
6+
Documentation available at `Read the Docs`_.
7+
8+
.. _pytest: http://pytest.org
9+
.. _`Read the Docs`: https://pytest-qt.readthedocs.org
10+
.. _PySide: https://pypi.python.org/pypi/PySide
11+
.. _PyQt: http://www.riverbankcomputing.com/software/pyqt

0 commit comments

Comments
 (0)