Skip to content

Xarthisius/gwvolman

 
 

Repository files navigation

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 .

About

Girder Worker Volume Manager Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.4%
  • C 1.9%
  • Other 1.7%