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