Setup#

Follow the Get started guide.

Load data#

To test your changes, you need to have some data loaded. The test data covers common fields, but you might have specific data that you want to test against.

  1. Load test data, as created by Kingfisher Process:

    psql -f tests/fixtures/kingfisher-process.sql
    
  2. Change to Kingfisher Summarize’s directory, and activate its virtual environment. Then, summarize collection 1:

    ./manage.py add 1 "some note"
    
  3. Look at the data that has been created, so you have something to compare against when you make changes.

    • Select from tables in the view_data_collection_1 schema

    • Select from the view release_summary