CartoDB-SQL-API/test
2018-07-23 16:14:10 +02:00
..
acceptance Add test for DB quota exceeded 2018-07-23 16:14:10 +02:00
integration Test that COPY uses db_batch_port 2018-07-20 12:04:06 +02:00
support Add a mock for DB quota functions 2018-07-23 15:29:53 +02:00
unit Rephrase error message 2018-06-29 13:19:32 +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 Add a mock for DB quota functions 2018-07-23 15:29:53 +02:00
README.md Update after port to mocha 2012-07-13 10:30:46 +02:00
run_tests_docker.sh EOF line 2018-04-27 17:40:13 +02:00
run_tests.sh run with local files insterad of download and by OS 2018-03-27 12:23:29 +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)