CartoDB-SQL-API/test
2012-04-13 00:30:45 +01:00
..
acceptance closes #11. closes #9. Pending reorganisation. 2012-04-13 00:30:45 +01:00
unit upgraded pg package. tests updated 2011-09-07 15:33:40 +01: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 added auth using api token 2011-12-26 19:16:41 +01:00
README.md Another 80cols wrap 2012-03-14 11:02:32 +01:00
test.sql added auth using api token 2011-12-26 19:16:41 +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

once database is configured, run the tests with expresso:

expresso test/acceptance/app.test.js