You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I haven't been able to get this integrated into neotest directly, but I've had some success with https://github.com/esensar/nvim-dev-container and just running pytest as a command inside the devcontainer. It ends up printing test output in a new tab rather than the nice neotest UI, but was good enough for me.
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.
The text was updated successfully, but these errors were encountered: