Gnuviech Admin common code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Jan Dittberner 9d7d9b4e7c
Update gnuviech pypi URL
3 months ago
gvacommon Bump version 3 months ago
.gitignore Ignore .eggs/ 5 years ago
COPYING Make gvacommon distributable 8 years ago
MANIFEST.in Fix tests, fix Django deprecation warnings 7 months ago
README.rst Update README.rst 3 months ago
poetry.lock Setup tox 3 months ago
pyproject.toml Update gnuviech pypi URL 3 months ago
tox.ini Setup tox 3 months ago

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