opendatahub-io / caikit-nlp-client

A grpc and http client library for caikit-nlp
Apache License 2.0
3 stars 6 forks source link

tests: allow for testing using a real caikit+tgis stack #38

Closed dtrifiro closed 1 year ago

dtrifiro commented 1 year ago

By using pytest-docker, we can spin up a real caikit-nlp container with a tgis backend and test against that.

To run tests against a real instance it is enough to run:

pytest --real-caikit

closes #33