Closed dtrifiro closed 1 year ago
By using pytest-docker, we can spin up a real caikit-nlp container with a tgis backend and test against that.
pytest-docker
To run tests against a real instance it is enough to run:
pytest --real-caikit
closes #33
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:
closes #33