Fix running the test instructions

This commit is contained in:
Javier Goizueta 2016-02-18 11:29:07 +01:00
parent e1951e1ea9
commit 53a868be2e

View File

@ -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: