From 4169bc0f88ef922aed45f37d00de0ac57b1f686a Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Tue, 8 Nov 2016 17:52:18 +0100 Subject: [PATCH] Fix doc: how to run python unit tests #302 --- server/lib/python/cartodb_services/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ```