Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 322 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 322 Bytes

Software Testing and Quality Assurance

Assignment 2

Instructions:

Download both the bmiCalculator.py and test_bmiCalculator.py files. Open the directory they are stored in through PowerShell.

Necessary Downloads:

$ pip install -U pytest

$ pip install -U numpy

Run Tests:

$ pytest test_bmiCalculator.py