susan-shu-c / git-course-class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

git-course-class

  1. Fork this repo into your GitHub account
  2. Create a new build pipeline on Azure DevOps for Pull Request and connect it to your remote repo
  3. Create a new branch
  4. Apply a change
  5. Create a Pull Request to the master branch
  6. Check how the pipeline is kick-off and if it's successful
  7. Change the Build Pipeline status badge with yours

Extra steps:

  1. Create a new feature branch from master
  2. Add a new failed test function within the tests\unit_test.py
    1. E.g. assert 1==2
  3. Create a new Pull Request to the master branch
  4. Check how the pipeline fails with the new failed test

About


Languages

Language:Python 100.0%