nyu-devops-wishlists / wishlists

This repo is for the development of the wishlists feature of the e-commerce website
Apache License 2.0
0 stars 1 forks source link

Add a Unit Test to the Build Stage #106

Closed rudi116 closed 4 years ago

rudi116 commented 4 years ago

As a Developer I need to add a unit test job to the build stage of my pipeline So that I can run my unit tests with nosetests

Assumptions: We are conducting unit testing

Acceptance Criteria: Given an accepted pull request When the build starts running Then the unit test stage will run nosetests against the new build