CartoDB-SQL-API/test
2016-02-01 17:22:51 +01:00
..
acceptance Fix style 2016-02-01 17:22:51 +01:00
fixtures Adds tests for big results in ogr formats 2015-06-16 15:54:13 +02:00
support Upgrade CDB_QueryTables to use latest version 2015-09-07 17:10:24 +02:00
unit Implemented unit test for user indexer in batch service 2016-01-25 10:47:21 +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 Improved namespace in redis for batch's stuff 2015-12-29 15:46:04 +01:00
README.md Update after port to mocha 2012-07-13 10:30:46 +02:00
run_tests.sh Revernting last changes: 2016-01-26 11:43:30 +01:00
test.sql Remove commented out code 2016-01-28 14:44:50 +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)