Skip to content

Commit 5333706

Browse files
committed
Change py.test to pytest when referring to project
1 parent 3fe0a57 commit 5333706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Or alternatively, download the package from pypi_, extract and execute::
5757

5858
.. _pypi: http://pypi.python.org/pypi/pytest-qt/
5959

60-
Both methods will automatically register it for usage in ``py.test``.
60+
Both methods will automatically register it for usage in ``pytest``.
6161

6262
Development
6363
-----------

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To test this widget's basic functionality, create a test function::
3131
tmpdir.join('video2.srt').ensure()
3232

3333
Here the first parameter indicates that we will be using a ``qtbot`` fixture to control our widget.
34-
The other parameter is py.test standard's tmpdir_ that we use to create some files that will be
34+
The other parameter is pytest's standard tmpdir_ that we use to create some files that will be
3535
used during our test.
3636

3737
.. _tmpdir: http://pytest.org/latest/tmpdir.html

0 commit comments

Comments
 (0)