summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-08-14 23:45:58 +0300
committerHugo <hugovk@users.noreply.github.com>2019-08-15 12:24:33 +0300
commit81e37c08162124854822581e23ac2cd81fa43d4a (patch)
tree9e5e95e8c3e3725774bf1f48feee1a844ab18335 /docs
parent2cec2adf8f54c9eda2a2674f565584aea709ef8a (diff)
downloadoauthlib-81e37c08162124854822581e23ac2cd81fa43d4a.tar.gz
Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 93f6a81..8244afd 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -144,7 +144,7 @@ the project root via:
.. sourcecode:: bash
- $ py.test
+ $ pytest
The first thing the core committers will do is run this command. Any pull
request that fails this test suite will be **rejected**.
@@ -299,7 +299,7 @@ First we pull the code into a local branch::
Then we run the tests::
- py.test
+ pytest
We finish with a non-fastforward merge (to preserve the branch history) and push
to GitHub::