stern-devops-2020-inventory / inventory

The inventory resource keeps track of how many of each product we have in our warehouse. At a minimum it should reference a product and the quantity on hand. Check with the Product team for the format of the product id. Inventory could also track restock levels and the condition of the item (i.e., new, open box, used). Restock levels will help you know when to order more products. Being able to query products by their condition (e.g., new, used) could be very useful.
Apache License 2.0
0 stars 0 forks source link

Add a Unit Test stage #100

Open npd271 opened 4 years ago

npd271 commented 4 years ago

As a ... Developer I need ... add test commands So that ... I can perform unit tests in IBM Cloud to do CD pipeline

Assumptions:

Acceptance Criteria:

Given ... an IBM Cloud account
When ... a developer builds a test job and writes test commands
Then ... the env will print all environment variables, python --version will print the Python version and pip freeze prints the Python packages that were installed

(charts 68-76)