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

Projects API Tests #122

Closed JimothyGreene closed 3 years ago

JimothyGreene commented 3 years ago

Problem

Our projects 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 projects API.

Testing

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

Closes #68