CartoDB-SQL-API/test
Sandro Santilli 6c47537f47 Honour the 'node_socket_timeout' configuration directive
Closes #128
Includes testcase, which required enhancing assert.response to
handle errors.
Changes app controller to a function that only reads configuration
when executed (rather than when only require'd).
2014-01-31 10:58:19 +01:00
..
acceptance Honour the 'node_socket_timeout' configuration directive 2014-01-31 10:58:19 +01:00
support Honour the 'node_socket_timeout' configuration directive 2014-01-31 10:58:19 +01:00
unit Fix field types names lookup after PSQL model refactoring 2013-12-02 11:47:52 +01:00
websocket_test Move websocket_test/ under test/ 2013-05-24 08:38:57 +02:00
helper.js first draft, tidied, unit tests, modules, refactor, environments, see TODO for next steps" 2011-06-13 04:23:02 +01:00
prepare_db.sh Add --nocreate-{pg,redis} and --nodrop-{pg,redis} opts in run_test.sh 2013-12-18 12:33:03 +01:00
README.md Update after port to mocha 2012-07-13 10:30:46 +02:00
run_tests.sh Allow running with mocha only symlinked in node_modules 2014-01-31 10:11:34 +01:00
test.sql Optionally read user-specific database_password from redis 2013-11-18 13:31:11 +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)