Neovim
pytest.nvim
Updated August 17, 2026
Run pytest from Neovim; jump straight from a failure to the failing line.
A focused pytest runner for Neovim. Runs the current file or the whole project; failures land in the quickfix list so a single keystroke walks from a stack trace to the failing line. Pickers cover env selection, marker filtering, and config-file choice; extra pytest args and env vars pass through untouched. Lazy-loaded on Python filetypes so nothing else pays for it.