nvim-neotest / neotest-python

MIT License
137 stars 40 forks source link

Container Support #71

Open ddkasa opened 8 months ago

ddkasa commented 8 months ago

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.