This module contains code that is intended to be shared between gnuviechadmin components.
pipenv install --dev
To run the unit tests and report test coverage use:
pipenv run coverage run --branch setup.py test pipenv run coverage report -m