DavidAJohn / BookwormsLendingLibrary

Blazor Server client UI with a .NET Web API backend for an imaginary online library.
https://bookwormslibrary.azurewebsites.net
6 stars 4 forks source link

Add unit/integration tests to the API #4

Closed DavidAJohn closed 1 year ago

DavidAJohn commented 3 years ago

The API is quite complex at this point, although there aren't a huge number of entities and controllers.

There is definitely a need to add unit and integration tests.

DavidAJohn commented 1 year ago

I've improved the API tests to an extent, but this is an ongoing process, so I'll close this issue.