CartoDB-SQL-API/test
2011-10-28 12:18:06 +01:00
..
acceptance words have meaning. 2011-10-28 12:18:06 +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 test fixtures 2011-10-05 17:49:54 +02:00
README.md Edited test/README.md via GitHub 2011-10-05 18:58:26 +03:00
test.sql added test fixtures 2011-10-05 17:49:54 +02: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