examples/pytorch_mnist/testing/predict_test.py

16 lines
239 B
Python

"""Test mnist_client.
This file tests that we can send predictions to the model
using gRPC.
It is an integration test as it depends on having access to
a deployed model.
TODO Implement tests using GRPC
"""
def test_predict():
pass