Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 375 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 375 Bytes

Install dependencies:

conda env create -f environment.yml
conda activate jjs229

If you need to install additional or change existing packages, then change 'environment.yml' and run the following within your activated environment:

conda env update --file environment.yml --prune

Run unit tests:

pytest

Run unit tests with stdout:

pytest -s