File tree Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ This allows you to test and make sure your view layer is behaving the way you ex
40
40
41
41
42
42
Requirements
43
- ------------
43
+ ============
44
44
45
45
Python 2.6 or later, including Python 3+.
46
46
@@ -50,22 +50,42 @@ preference to ``PySide`` if both are installed (to force it to use ``PyQt``, set
50
50
the environment variable ``PYTEST_QT_FORCE_PYQT=true ``).
51
51
52
52
Documentation
53
- -------------
53
+ =============
54
54
55
55
Full documentation and tutorial available at `Read the Docs `_.
56
56
57
57
.. _Read The Docs : https://pytest-qt.readthedocs.org/en/latest/
58
58
59
59
Change Log
60
- ----------
60
+ ==========
61
61
62
62
Please consult the `releases page `_.
63
63
64
64
.. _releases page : https://github.com/nicoddemus/pytest-qt/releases
65
65
66
66
Bugs/Requests
67
- -------------
67
+ =============
68
68
69
69
Please report any issues or feature requests in the `issue tracker `_.
70
70
71
71
.. _issue tracker : https://github.com/nicoddemus/pytest-qt/issues
72
+
73
+ Contributing
74
+ ============
75
+
76
+ Contributions are welcome, so feel free to submit a bug or feature
77
+ request.
78
+
79
+ Pull requests for new features or bug fixes are highly appreciated! If you
80
+ can, include some tests that exercise the new code or test that a bug has been
81
+ fixed, and make sure to include yourself in the contributors list. :)
82
+
83
+ Contributors
84
+ ------------
85
+
86
+ Many thanks to:
87
+
88
+ - Igor T. Ghisi (`@itghisi <https://github.com/itghisi >`_);
89
+ - John David Reaver (`@jdreaver <https://github.com/jdreaver >`_);
90
+
91
+ .. _tox : http://tox.readthedocs.org
You can’t perform that action at this time.
0 commit comments