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 b2e0854c99
Add license information, add gnuviech source
1 month ago
gvacommon Fix tests, fix Django deprecation warnings 1 month ago
.gitignore Ignore .eggs/ 4 years ago
COPYING Make gvacommon distributable 7 years ago
MANIFEST.in Fix tests, fix Django deprecation warnings 1 month ago
README.rst Add instructions how to report test coverage 3 years ago
poetry.lock Switch from pipenv to poetry 1 month ago
pyproject.toml Add license information, add gnuviech source 1 month ago
setup.cfg Make gvacommon distributable 7 years ago
setup.py Update project URL to new gitea repository 3 years ago

README.rst

gvacommon

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

Install dependencies

pipenv install --dev

Run tests

To run the unit tests and report test coverage use:

pipenv run coverage run --branch setup.py test
pipenv run coverage report -m