CartoDB-SQL-API/test
2019-02-21 18:55:27 +01:00
..
acceptance adding Authorization to Access-Control-Allow-Headers 2019-01-10 15:55:08 +01:00
integration Use strict mode 2018-10-24 15:42:33 +02:00
support Use strict mode 2018-10-24 15:42:33 +02:00
unit Fix test and add const #543 2018-12-05 19:15:57 +01:00
websocket_test Use strict mode 2018-10-24 15:42:33 +02:00
helper.js Use strict mode 2018-10-24 15:42:33 +02:00
prepare_db.sh Merge remote-tracking branch 'origin/master' into 521-test-robustness-pgbouncer 2018-07-25 15:07:55 +02:00
README.md Update after port to mocha 2012-07-13 10:30:46 +02:00
run_tests_docker.sh Drop support for Node.js 6, npm 3, Postgres 9.5, PostGIS 2.2, and Redis 3 2019-02-21 18:55:27 +01:00
run_tests.sh Upgrade to mocha 5 to fix vulns 2019-01-16 18:13:17 +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)