CartoDB-SQL-API/test
2017-06-27 17:40:33 +02:00
..
acceptance Merge pull request #423 from CartoDB/422-disable-query-lru-cache 2017-06-27 17:40:33 +02:00
integration Add a few integration tests #422 2017-06-27 16:38:07 +02:00
support Dont debug that much 2016-12-19 15:30:03 +01:00
unit Avoid scan behaviour to discover active queues of user's jobs, now keeps an index to know which queues are available 2017-03-31 14:30:33 +02:00
websocket_test Move websocket_test/ under test/ 2013-05-24 08:38:57 +02:00
helper.js Set NODE_ENV environment var to test 2016-10-12 01:41:01 +02:00
prepare_db.sh Respect host and port settings for postgres and redis config 2016-11-30 11:46:47 -05:00
README.md
run_tests.sh Add option to skip script downloading 2016-10-14 12:28:43 +02: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)