Skip to content

Move handlers/api_test.go to it's own package

Hayley Swimelar requested to merge handler-api-integration-test into release/2.9-gitlab

This MR move the handlers/api_test.go to it's own package. This test is in the style of an integration test already, but moving to it's own package will help enforce good integration testing practices.

This is being done in anticipation of #84 (closed), which will require a database connection to test fully, as our other ingratiation tests may rely on external services our unit tests do not. This change is intended to be supportive of that convention.

Edited by Hayley Swimelar

Merge request reports

Loading