wellcometrust/sage

Add sage test command

Opened this issue · 0 comments

Add a sage test commands which tests an endpoint locally. This is to ensure faster iteration.

Helper link

The intended functionality is to deploy an endpoint locally, run through the:

  • input_fn
  • model_fn
  • predict_fn
  • output_fn
    in order, and test that we get the desired result.
    Once done, the endpoint should be shut down automatically.