Fix doc: how to run python unit tests #302

This commit is contained in:
Rafa de la Torre
2016-11-08 17:52:18 +01:00
parent 7d9dc554c5
commit 4169bc0f88

View File

@@ -29,12 +29,12 @@ NOTE: a system installation is required at present because the library is meant
## Running the unit tests
Just run `nosetests`
Just run `nosetests test/`
```shell
$ nosetests
.................................................
$ nosetests test/
......................................................................................................
----------------------------------------------------------------------
Ran 49 tests in 0.131s
Ran 102 tests in 0.122s
OK
```