From d6a59b2a8847fe92acd904410bdfc1455402ed4a Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Wed, 17 Aug 2016 11:35:01 -0300 Subject: [PATCH] Improve docs. --- docs/sections/contribute.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sections/contribute.rst b/docs/sections/contribute.rst index d5f01af..7f3cb27 100644 --- a/docs/sections/contribute.rst +++ b/docs/sections/contribute.rst @@ -21,6 +21,9 @@ Use `tox `_ for running tests in each of the e # Run with Python 2.7 and Django 1.9. $ tox -e py27-django19 + # Run single test file. + $ python runtests.py oidc_provider.tests.test_authorize_endpoint + If you have a Django project properly configured with the package. Then just run tests as normal:: $ python manage.py test --settings oidc_provider.tests.app.settings oidc_provider