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.
|
2 years ago | |
---|---|---|
gvacommon | 2 years ago | |
.gitignore | 4 years ago | |
COPYING | 7 years ago | |
MANIFEST.in | 7 years ago | |
Pipfile | 2 years ago | |
Pipfile.lock | 2 years ago | |
README.rst | 2 years ago | |
setup.cfg | 7 years ago | |
setup.py | 2 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