An open API service indexing awesome lists of open source software.

https://github.com/bergpb/flask-jenkins

Flask and Jenkins
https://github.com/bergpb/flask-jenkins

Last synced: 3 months ago
JSON representation

Flask and Jenkins

Awesome Lists containing this project

README

          

## Flask app with Jenkins

Installing and running:
1. Install dependencies: ```pipenv install```
2. Running all tests and coverage: ```tox```

Or command by command:
1. Running tests: ```pytest -v```
2. Run Coverage: ```coverage run app.py```
3. Show report: ```coverage report```
4. Create html page from report: ```coverage html```