nvim-neotest / neotest-python

MIT License
126 stars 38 forks source link

Fails silently when Pipfile exists but pipenv is not installed #4

Closed tbung closed 2 years ago

tbung commented 2 years ago

When a Pipfile is present, but pipenv is not available tests are indefinitely reported as running. Trying to open output fails aswell. This is only detectable by using the dap strategy. There should probably a check in place if the command thats being run actually exists.

rcarriga commented 2 years ago

This was actually a bug in neotest core. Should be reporting an error now

tbung commented 2 years ago

Works like a charm! Thanks for the quick fix!