/test_registry

Nightly tests against the 360Giving data registry http://www.threesixtygiving.org/data/data-registry/

Primary LanguagePythonMIT LicenseMIT

Test the 360Giving Registry

test_registry is a simple check on the 360Giving data registry; it checks that the registry contains the fields that we expect, and that they contain the expected data type. The nightly cron is run on TravisCI. We use Travis Cron to trigger nightly builds.

To run locally:

python3 -m venv .ve
source .ve/bin/activate
pip install -r requirements.txt
py.test