CartoDB-SQL-API/test/README.md
2012-06-01 21:19:02 +01:00

18 lines
568 B
Markdown

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)