(Add a Unit Test Stage to the pipeline to run your units tests with nosetests)
As a developer
I need a Build stage in our pipeline
So that we can make sure all new code pushed is safe
Assumptions:
DevOps pipeline resource is created on Bluemix
Acceptance Criteria:
Given that the Build Stage with the Build and Test jobs are created
When new code is pushed to GitHub
Then that should trigger the Build job and the Test job
(Add a Unit Test Stage to the pipeline to run your units tests with nosetests)
As a developer
I need a Build stage in our pipeline
So that we can make sure all new code pushed is safe
Assumptions:
Acceptance Criteria: