Gnuviech Admin common code
Jan Dittberner
4a356799ec
* release/0.5.0: Bump version and copyright years Update project URL to new gitea repository Add instructions how to report test coverage Update project meta data Update dependencies Ignore .eggs/ |
||
---|---|---|
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