Page MenuHomePhabricator

Run unit tests for the inference-services repo in CI
Open, Needs TriagePublic2 Estimated Story Points

Description

Problem: we don't have a way to run unit tests in CI and locally when writing code for the inference-services repo.
For example, to run tests locally we need to:

  • create a venv
  • install dependencies (pytest etc..)
  • run pytest via PYTHONPATH=$(pwd):$PYTHONPATH pytest test/unit

Ilias started some work in https://gerrit.wikimedia.org/r/c/machinelearning/liftwing/inference-services/+/982396
Ideally we should have a way to run tox and get everything set up automatically.

Event Timeline

calbon set the point value for this task to 2.
calbon moved this task from Unsorted to Backlog/Lift Wing on the Machine-Learning-Team board.