Skip to content

Python Example Project with Test and Jenkinsfile Skeleton

Notifications You must be signed in to change notification settings

carlos-lopez-vecino/python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Example - Jenkins Workshop

This repository contains example projects for the Jenkins Workshop.

  • Run unit test
  • Launch Sonar Scan
  • Build Docker Image

Run Test

pip3 install pytest
pip3 install pytest-cov
pytest --cov-report xml --cov='.'

About

Python Example Project with Test and Jenkinsfile Skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published