From 0070260069a37563bbab3a1b4e00b33c758ffe01 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Wed, 22 Jul 2015 16:22:14 -0300 Subject: [PATCH] Fix command for running tests in DOC. --- DOC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOC.md b/DOC.md index c801da8..d2dbe60 100644 --- a/DOC.md +++ b/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. ```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.