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
- Host: GitHub
- URL: https://github.com/defra/ckanext-defra
- Owner: DEFRA
- License: agpl-3.0
- Created: 2018-12-03T13:52:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T14:00:31.000Z (almost 7 years ago)
- Last Synced: 2025-06-01T22:58:06.028Z (about 1 year ago)
- Language: HTML
- Size: 3.95 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ckanext-defra
[](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