api icon indicating copy to clipboard operation
api copied to clipboard

Improve Tests

Open AzureMarker opened this issue 7 years ago • 2 comments

Testing can always be improved. In some cases, only the "happy paths" are tested, not the cases where an error should occur or some other edge case. Also, there are a lot of integration-type tests over a single endpoint, but there should be more unit tests on specific functions. Right now there aren't too many missed spots.

AzureMarker avatar Jun 19 '18 01:06 AzureMarker

This involves refactoring and enough knowledge of the code base to test, so it isn't really a good first issue.

AzureMarker avatar Apr 07 '19 19:04 AzureMarker

The service architecture added by #141 will be very useful for testing.

AzureMarker avatar May 18 '19 21:05 AzureMarker