Fix command for running tests in DOC.
This commit is contained in:
parent
fc20e46d81
commit
0070260069
1 changed files with 1 additions and 1 deletions
2
DOC.md
2
DOC.md
|
@ -309,7 +309,7 @@ Authorization: Bearer [ACCESS_TOKEN]
|
||||||
You need a Django project properly configured with the package, check out the [example project](https://github.com/juanifioren/django-oidc-provider/tree/master/example_project). Then just run tests as normal.
|
You need a Django project properly configured with the package, check out the [example project](https://github.com/juanifioren/django-oidc-provider/tree/master/example_project). Then just run tests as normal.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python manage.py test oidc_provider
|
$ python manage.py test --settings oidc_provider.tests.app.settings oidc_provider
|
||||||
```
|
```
|
||||||
|
|
||||||
Also tests run on every commit to the project, we use [travis](https://travis-ci.org/juanifioren/django-oidc-provider/) for this.
|
Also tests run on every commit to the project, we use [travis](https://travis-ci.org/juanifioren/django-oidc-provider/) for this.
|
||||||
|
|
Loading…
Reference in a new issue