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::
|
|
|
|
|
2023-07-08 17:30:23 +02:00
|
|
|
poetry install --with=dev
|
2018-11-17 13:31:16 +01:00
|
|
|
|
|
|
|
Run tests
|
|
|
|
=========
|
|
|
|
|
2020-03-02 11:18:52 +01:00
|
|
|
To run the unit tests and report test coverage use:
|
|
|
|
|
2018-11-17 13:31:16 +01:00
|
|
|
.. code-block::
|
|
|
|
|
2023-07-08 17:30:23 +02:00
|
|
|
poetry run tox
|