summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-03-19 16:26:56 +0100
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-08-10 13:30:48 +0200
commit28d95db162aebfbdb6872141c70acf05e7fa2c20 (patch)
tree0240153c39723cf2edc2a5482593a0a39b3b7240
parented1a02442a20c82976bc84698c9a3f68e9d4631e (diff)
downloadoauthlib-28d95db162aebfbdb6872141c70acf05e7fa2c20.tar.gz
Added upstream test as best practice
-rw-r--r--docs/contributing.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 601c567..3c05f45 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -150,6 +150,17 @@ version. For Ubuntu you can easily install all after adding one ppa.
.. _`Tox`: https://tox.readthedocs.io/en/latest/install.html
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/installation/
+Test upstream applications
+-----------------------------------
+
+Remember, OAuthLib is used by several 3rd party projects. If you think you
+submit a breaking change, confirm that other projects builds are not affected.
+
+.. sourcecode:: bash
+
+ $ make
+
+
If you add code you need to add tests!
--------------------------------------