CartoDB-SQL-API/test
Sandro Santilli a307e1434e Enable more tests (all the one succeeding for me). Closes #36
The metadata test was probably failing due to the redis_pool test
not waiting for redis to complete before exiting (or something
like that).
2012-07-12 18:21:39 +02:00
..
acceptance add tests and refactor validations for input parameters. closes #29 2012-06-06 19:47:21 +01:00
unit Run tests on "make check", using custom port for redis 2012-07-12 18:10:56 +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 Run tests on "make check", using custom port for redis 2012-07-12 18:10:56 +02:00
README.md updated readme to reflect api key: 2012-06-01 21:19:02 +01:00
run_tests.sh Enable more tests (all the one succeeding for me). Closes #36 2012-07-12 18:21:39 +02:00
test.sql fix api key tests 2012-05-08 15:25:19 +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

Acceptance tests (need ctrl-C to exit)

expresso test/acceptance/app.test.js expresso test/acceptance/app.auth.test.js

Unit tests (need ctrl-C to exit)

expresso test/unit/*.js (or run the tests individually)