Improve docs.
This commit is contained in:
parent
d159a63dc1
commit
d6a59b2a88
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ Use `tox <https://pypi.python.org/pypi/tox>`_ for running tests in each of the e
|
||||||
# Run with Python 2.7 and Django 1.9.
|
# Run with Python 2.7 and Django 1.9.
|
||||||
$ tox -e py27-django19
|
$ 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::
|
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
|
$ python manage.py test --settings oidc_provider.tests.app.settings oidc_provider
|
||||||
|
|
Loading…
Reference in a new issue