Gnuviech Admin common code
| gvacommon | ||
| .gitignore | ||
| COPYING | ||
| MANIFEST.in | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.rst | ||
| tox.ini | ||
gvacommon
This module contains code that is intended to be shared between gnuviechadmin components.
Install dependencies
poetry install --with=dev
Run tests
To run the unit tests and report test coverage use:
poetry run tox