JimothyGreene / EE461L-Group2-FinalProject

Semester project for EE 461L (Software Engineering Lab)
https://ee461l-final-project-group2-poc6jfma5a-uc.a.run.app/
0 stars 0 forks source link

Hardware API Test #131

Closed mxchen2001 closed 3 years ago

mxchen2001 commented 3 years ago

Problem

Our hardware set API did not have unit tests to cover its functionality. This meant that we were potentially pulling untested code into our main branch.

Solution

Write pytest tests to cover the API functionality that will be checked during our CI process. These tests cover all relevant functionality of the hardware set API.

Testing

I tested the tests by running the Docker container locally and running pytest.

Closes #69