Skip to content
Snippets Groups Projects
Commit 88530a7f authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Updated required extensions in readme file

parent e595eb59
No related branches found
No related tags found
2 merge requests!41Version 2.0.0,!38Merge py3 into dev
...@@ -20,10 +20,12 @@ machine for development and testing purposes. ...@@ -20,10 +20,12 @@ machine for development and testing purposes.
This project requires the following CKAN extensions to work properly: This project requires the following CKAN extensions to work properly:
- [ckanext-archiver](https://github.com/ckan/ckanext-archiver)
- [ckanext-dcat](https://github.com/ckan/ckanext-dcat) - [ckanext-dcat](https://github.com/ckan/ckanext-dcat)
- [ckanext-dcatde](https://github.com/GovDataOfficial/ckanext-dcatde) - [ckanext-dcatde](https://github.com/GovDataOfficial/ckanext-dcatde)
- [ckanext-harvest](https://github.com/ckan/ckanext-harvest)
- [ckanext-qa](https://github.com/ckan/ckanext-qa) - [ckanext-qa](https://github.com/ckan/ckanext-qa)
- [ckanext-archiver](https://github.com/ckan/ckanext-archiver) - [ckanext-spatial](https://github.com/ckan/ckanext-spatial)
- [ckanext-report](https://github.com/ckan/ckanext-report) - [ckanext-report](https://github.com/ckan/ckanext-report)
### Installing ### Installing
...@@ -98,19 +100,6 @@ ckanext.odsh.is_optional_temporal_start | `boolean` | E.g., `False`. ...@@ -98,19 +100,6 @@ ckanext.odsh.is_optional_temporal_start | `boolean` | E.g., `False`.
*Deprecated – will be updated soon.* *Deprecated – will be updated soon.*
To run the tests, do:
```sh
nosetests --nologcapture --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::
```sh
nosetests --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.odsh --cover-inclusive --cover-erase --cover-tests
```
## Contributing ## Contributing
To contribute to this documentation, create a branch or fork this repository, make To contribute to this documentation, create a branch or fork this repository, make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment