Skip to content

DEFRA/ckanext-defra

Repository files navigation

ckanext-defra

Build Status

Customised CKAN theme for use on Defra's Find Data project.

Status: Development

CKAN Version: 2.6+


Running the Tests

To run the tests, do::

nosetests --nologcapture --ckan --with-pylons=test.ini

To run the tests and produce a coverage report, first make sure you have coverage installed in your virtualenv (pip install coverage) then run::

nosetests --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.defra --cover-inclusive --cover-erase --cover-tests