Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 543 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 543 Bytes

gwvolman

Girder Worker Volume Manager Plugin for WholeTale

Contents

The gwvolman plugin provides methods for handling the docker container and publishing jobs.

gwvolman/: Base plugin directory

lib/: Contains publishing logic

Running Unit Tests

To run the unit tests, navigate to the gwvolman project in the terminal. Then, run the tests in a virtual environment with the following

pip install pipenv --user
pipenv --python 3.8
pipenv install
pipenv run pip install -e .
pipenv run pytest --cov=gwvolman .