f026121ad5
This introduces a couple of changes in the parameter interpretation: copy_from_minimum_input_speed is now the total number of bytes in the interval (so we could multiply the currently configured values by the interval to preserve min. throughput. the minimum speed is now inclusive (only smaller values will cause an exception). |
||
---|---|---|
.. | ||
acceptance | ||
integration | ||
support | ||
unit | ||
websocket_test | ||
helper.js | ||
prepare_db.sh | ||
README.md | ||
run_tests_docker.sh | ||
run_tests.sh |
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)