An open API service indexing awesome lists of open source software.

https://github.com/defra/ckanext-defra

CKAN extension for Defra data metadata catalogue
https://github.com/defra/ckanext-defra

Last synced: 4 months ago
JSON representation

CKAN extension for Defra data metadata catalogue

Awesome Lists containing this project

README

          

### ckanext-defra

[![Build Status](https://travis-ci.org/DEFRA/ckanext-defra.svg?branch=master)](https://travis-ci.org/DEFRA/ckanext-defra)

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