Backend to fetch details from bugzilla API for bugzilla dashboard
This is a Python 3 application, so it should be easy to bootstrap on your computer: Create Virtal environment:
mkvirtualenv -p /usr/bin/python3 bugzilla-dashboard-backend
Install dependencies:
pip install -r requirements.txt -r requirements-dev.txt
To run the linting tests:
pre-commit run -a
To run tests:
pytest