Getting pytest results into Neovim's quickfix list

At work, we have a Python monorepo containing multiple projects, each deployed as individual docker containers. Each project has its own set of pytest tests. There is some code that is shared between projects, which is copied into the docker containers using the docker COPY command, or mounted via volumes locally. This is all to say that the file structure in the code is not exactly the same as it is in the containers. ...

October 30, 2021