CartoDB-SQL-API-1.47.2/test
2023-05-07 23:04:18 +08:00
..
acceptance first commit 2023-05-07 23:04:18 +08:00
integration first commit 2023-05-07 23:04:18 +08:00
support first commit 2023-05-07 23:04:18 +08:00
unit first commit 2023-05-07 23:04:18 +08:00
websocket_test first commit 2023-05-07 23:04:18 +08:00
helper.js first commit 2023-05-07 23:04:18 +08:00
prepare_db.sh first commit 2023-05-07 23:04:18 +08:00
README.md first commit 2023-05-07 23:04:18 +08:00
run_tests.sh first commit 2023-05-07 23:04:18 +08: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)