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.
observatory-extension/scripts
Mario de Frutos Dieguez a0b2c86645
Support for PG11
6 years ago
..
ci Support for PG11 6 years ago
README.md simpler access to metadata via observatory.cartodb.com 8 years ago
generate_fixtures.py Include tiger non-clipped county for the fixtures 7 years ago
requirements.txt Generate new fixtures to include new meta table 7 years ago

README.md

Automatic tests and utilities

Installation

Python 2.7 should cover you. Virtualenv recommended.

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Execution

Currently, we don't have direct access to the metadata end-to-end. This only affects the generation of tests. As a stopgap, we have to define a connection to the test Observatory account.

Run automated tests against a hostname:

(venv) OBS_HOSTNAME=<hostname.cartodb.com> OBS_API_KEY=<api_key> OBS_META_HOSTNAME=observatory.cartodb.com OBS_META_API_KEY= nosetests scripts/autotest.py