Gnuviech Admin common code
Go to file
Jan Dittberner 4a356799ec Merge branch 'release/0.5.0'
* release/0.5.0:
  Bump version and copyright years
  Update project URL to new gitea repository
  Add instructions how to report test coverage
  Update project meta data
  Update dependencies
  Ignore .eggs/
2020-03-02 11:20:26 +01:00
gvacommon Bump version and copyright years 2020-03-02 11:20:08 +01:00
.gitignore Ignore .eggs/ 2018-11-17 20:12:25 +01:00
COPYING Make gvacommon distributable 2016-01-29 13:40:12 +01:00
MANIFEST.in Make gvacommon distributable 2016-01-29 13:40:12 +01:00
Pipfile Update dependencies 2020-03-02 11:11:43 +01:00
Pipfile.lock Update dependencies 2020-03-02 11:11:43 +01:00
README.rst Add instructions how to report test coverage 2020-03-02 11:18:52 +01:00
setup.cfg Make gvacommon distributable 2016-01-29 13:40:12 +01:00
setup.py Update project URL to new gitea repository 2020-03-02 11:19:13 +01:00

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