Gnuviech Admin common code
gvacommon | ||
.gitignore | ||
COPYING | ||
MANIFEST.in | ||
Pipfile | ||
Pipfile.lock | ||
README.rst | ||
setup.cfg | ||
setup.py |
gvacommon
This module contains code that is intended to be shared between gnuviechadmin components.
Install dependencies
pipenv install --dev
Run tests
To run the unit tests and report test coverage use:
pipenv run coverage run --branch setup.py test
pipenv run coverage report -m