From cdb56c67dfeeb938f2dee1f93b694c6c28ab355f Mon Sep 17 00:00:00 2001 From: Rudi Giesler Date: Mon, 30 May 2016 14:50:54 +0200 Subject: [PATCH] Updated testing instructions in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9001279..acc30a4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Seed Auth API. User and permissions store, authentication and authorization. ## Running * `pip install -e .` - * `psql -U postgres -c "CREATE DATABASE seed_auth;` + * `psql -U postgres -c "CREATE DATABASE seed_auth;"` * `./manage.py migrate` * `./manage.py createsuperuser` * `./manage.py runserver --settings=seed_auth_api.testsettings` @@ -18,4 +18,4 @@ Seed Auth API. User and permissions store, authentication and authorization. * `pip install -e .` * `pip install -r requirements-dev.txt` - * `py.test --ds=seed_auth_api.testsettings */tests.py` + * `py.test --ds=seed_auth_api.testsettings authapi