ongov / ckanext-ontario_theme

Theme for Ontario's CKAN based data catalogues.
https://data.ontario.ca
GNU Affero General Public License v3.0
7 stars 12 forks source link

Error running pytest #207

Open KatiRG opened 2 years ago

KatiRG commented 2 years ago
cd ckanext-ontario_theme/
pytest --ckan-ini=test.ini ckanext/ontario_theme/tests/
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --ckan-ini=test.ini
  inifile: None
  rootdir: /usr/lib/ckan/default/src/ckanext-ontario_theme
KatiRG commented 2 years ago

This post notes that pytest-ckan needs to be installed for pytest to work.

pip3 install pytest-ckan

TODO: make a note in the readme