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.
|
3 months ago | |
---|---|---|
gvacommon | 3 months ago | |
.gitignore | 5 years ago | |
COPYING | 8 years ago | |
MANIFEST.in | 7 months ago | |
README.rst | 3 months ago | |
poetry.lock | 3 months ago | |
pyproject.toml | 3 months ago | |
tox.ini | 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