You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhongjin 53de9c6c51
first commit
1 year ago
..
acceptance first commit 1 year ago
integration first commit 1 year ago
support first commit 1 year ago
unit first commit 1 year ago
websocket_test first commit 1 year ago
README.md first commit 1 year ago
helper.js first commit 1 year ago
prepare_db.sh first commit 1 year ago
run_tests.sh first commit 1 year ago
run_tests_docker.sh first commit 1 year ago

README.md

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

Note that "make check" from top-level dir will try to do everything needed to prepare & run the tests.

Acceptance tests (need ctrl-C to exit)

mocha -u tdd test/acceptance/app.test.js mocha -u tdd test/acceptance/app.auth.test.js

Unit tests

mocha -u tdd test/unit/*.js (or run the tests individually)