gvacommon/README.rst
2023-07-08 17:30:23 +02:00

23 lines
321 B
ReStructuredText

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