diff --git a/server/lib/python/cartodb_services/README.md b/server/lib/python/cartodb_services/README.md index 0823092..197ccd4 100644 --- a/server/lib/python/cartodb_services/README.md +++ b/server/lib/python/cartodb_services/README.md @@ -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 ```