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.
|
1 month ago | |
---|---|---|
gvacommon | 1 month ago | |
.gitignore | 4 years ago | |
COPYING | 7 years ago | |
MANIFEST.in | 1 month ago | |
README.rst | 3 years ago | |
poetry.lock | 1 month ago | |
pyproject.toml | 1 month ago | |
setup.cfg | 7 years ago | |
setup.py | 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