From 53a868be2e07f55712e8cd500d15cbd4ea5c7aba Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Thu, 18 Feb 2016 11:29:07 +0100 Subject: [PATCH] Fix running the test instructions --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b05872..70fd3b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,8 @@ the extension) with `_cdb_`. Running the Python tests: ``` -nosetests python/crankdown/test +cd python/crankdown +nosetests test ``` Installing the Python package and running the PostgreSQL tests: