gvacommon/README.rst

24 lines
381 B
ReStructuredText

=========
gvacommon
=========
This module contains code that is intended to be shared between gnuviechadmin
components.
Install dependencies
====================
.. code-block::
pipenv install --dev
Run tests
=========
To run the unit tests and report test coverage use:
.. code-block::
pipenv run coverage run --branch setup.py test
pipenv run coverage report -m