Gnuviech Admin common code
Go to file
Jan Dittberner 9d7d9b4e7c Update gnuviech pypi URL 2023-07-08 18:12:22 +02:00
gvacommon Bump version 2023-07-08 17:26:37 +02:00
.gitignore Ignore .eggs/ 2018-11-17 20:12:25 +01:00
COPYING Make gvacommon distributable 2016-01-29 13:40:12 +01:00
MANIFEST.in Fix tests, fix Django deprecation warnings 2023-02-19 12:21:38 +01:00
README.rst Update README.rst 2023-07-08 17:30:23 +02:00
poetry.lock Setup tox 2023-07-08 17:26:09 +02:00
pyproject.toml Update gnuviech pypi URL 2023-07-08 18:12:22 +02:00
tox.ini Setup tox 2023-07-08 17:26:09 +02:00

README.rst

gvacommon

This module contains code that is intended to be shared between gnuviechadmin components.

Install dependencies

poetry install --with=dev

Run tests

To run the unit tests and report test coverage use:

poetry run tox