2018-11-17 13:31:16 +01:00
|
|
|
=========
|
2016-01-29 13:40:12 +01:00
|
|
|
gvacommon
|
|
|
|
=========
|
|
|
|
|
|
|
|
This module contains code that is intended to be shared between gnuviechadmin
|
|
|
|
components.
|
2018-11-17 13:31:16 +01:00
|
|
|
|
|
|
|
Install dependencies
|
|
|
|
====================
|
|
|
|
|
|
|
|
.. code-block::
|
|
|
|
|
|
|
|
pipenv install --dev
|
|
|
|
|
|
|
|
Run tests
|
|
|
|
=========
|
|
|
|
|
|
|
|
.. code-block::
|
|
|
|
|
|
|
|
pipenv run coverage run --branch setup.py test
|