a307e1434e
The metadata test was probably failing due to the redis_pool test not waiting for redis to complete before exiting (or something like that). |
||
---|---|---|
.. | ||
acceptance | ||
unit | ||
helper.js | ||
prepare_db.sh | ||
README.md | ||
run_tests.sh | ||
test.sql |
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)