Is there a possibility of adding container support for running tests inside a docker/podman instance.
For example running a command like $ docker compose run --rm django coverage run -m pytest with Neotest and viewing results inside Neovim?
I see there is nvim-neotest/neotest#89 which shows a workaround for rspec, but this extension would need a bigger workaround it seems.
Is there a possibility of adding container support for running tests inside a docker/podman instance. For example running a command like
$ docker compose run --rm django coverage run -m pytest
with Neotest and viewing results inside Neovim?I see there is nvim-neotest/neotest#89 which shows a workaround for rspec, but this extension would need a bigger workaround it seems.