CartoDB-SQL-API/test
2012-06-01 20:55:25 +01:00
..
acceptance fix api key tests 2012-05-08 15:25:19 +01:00
oauth added simple oauth test 2012-05-08 16:08:28 +01:00
unit psql units passing 2012-06-01 20:55:25 +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 metadata unit test 2012-06-01 20:46:38 +01:00
README.md metadata unit test 2012-06-01 20:46:38 +01: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

expresso test/unit/psql.tests.js