tests/test_onnx_embedding.py lived at the repo root, outside server/python/pyproject.toml's testpaths = ["tests"], so pytest never collected it. Moved it into server/python/tests/ where the rest of
the server tests live.
git mv tests/test_onnx_embedding.py server/python/tests/test_onnx_embedding.py
rmdir tests
tests/test_onnx_embedding.pylived at the repo root, outsideserver/python/pyproject.toml'stestpaths = ["tests"], so pytest never collected it. Moved it intoserver/python/tests/where the rest ofthe server tests live.