CartoDB-SQL-API/test
2016-09-26 18:26:00 +02:00
..
acceptance Delete table so suite ends clear 2016-09-26 18:26:00 +02:00
integration/batch Remove user indexer dependency from tests 2016-08-30 19:06:59 +02:00
support Change callback signature in assert.response 2016-09-26 14:37:40 +02:00
unit Remove user indexer 2016-08-30 19:08:06 +02:00
websocket_test Move websocket_test/ under test/ 2013-05-24 08:38:57 +02:00
helper.js Remove settings' app_root 2016-09-14 21:02:56 +02:00
prepare_db.sh Added CDB_OverviewsSupport as remote sql script in fixtrues 2016-06-22 16:38:30 +02:00
README.md Update after port to mocha 2012-07-13 10:30:46 +02:00
run_tests.sh Use node-cartodb-querytables library 2016-02-22 12:24:05 +01:00

cartodb-sql-api tests

Tests require you create a test database and set some redis keys before, you can execute prepare_db.sh script, it will create database, users and redis stuff for you. Be sure postgres and redis are running.

cd test && ./prepare_db.sh

Note that "make check" from top-level dir will try to do everything needed to prepare & run the tests.

Acceptance tests (need ctrl-C to exit)

mocha -u tdd test/acceptance/app.test.js mocha -u tdd test/acceptance/app.auth.test.js

Unit tests

mocha -u tdd test/unit/*.js (or run the tests individually)