gvacommon/README.rst

381 B

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