summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-12-20 16:06:57 +0200
committerGitHub <noreply@github.com>2018-12-20 16:06:57 +0200
commitc9a997e0959876393f506a5caf0fc05b5d9edd9e (patch)
tree57f4a78b4301e86570ab875c177431556cba35eb /docs
parent2d9410d17be0a748ae390ea466672157fe373d5a (diff)
parent5d76d02f32b1cdb9af6b9806df907f3802ebb22b (diff)
downloadoauthlib-c9a997e0959876393f506a5caf0fc05b5d9edd9e.tar.gz
Merge branch 'master' into add-metadata-docadd-metadata-doc
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 771262d..e101f70 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -144,7 +144,7 @@ the project root via:
.. sourcecode:: bash
- $ python -m unittest discover
+ $ py.test
The first thing the core committers will do is run this command. Any pull
request that fails this test suite will be **rejected**.
@@ -301,7 +301,7 @@ First we pull the code into a local branch::
Then we run the tests::
- python -m unittest discover
+ py.test
We finish with a non-fastforward merge (to preserve the branch history) and push
to GitHub::