- This package contains several ckan plugins:
- opengov_custom_css
- opengov_custom_homepage
- opengov_custom_header
- opengov_custom_footer
Supported CKAN 2.7 and CKAN 2.9 This plugin is compatible with Python 2.8 and Python 3.6.
To install ckanext-opendata_theme for development, use opendata-ops/vagrant_local_env scripts to setup local env according to instructions in that folder.
To run the tests, do:
pytest --disable-warnings ckanext.opendata_theme
To run the tests and produce a coverage, pylint and bandit reports, first make sure you have
tox installed in your virtualenv (pip install tox
) then run:
tox --parallel 4
Then check reports folder for generated reports.