bug: neotest-busted is checking for busted_command on non-lua busted projects #24
Closed
4 tasks done
Labels
bug
Something isn't working
Did you check docs and existing issues?
log_level
tovim.log.levels.debug
inneotest.setup
and examined the logs.Neovim version (nvim -v)
NVIM v0.10.2 Build type: Release LuaJIT 2.1.1716656478
Operating system/version
Gentoo Linux
Describe the bug
Since neotest-busted is validating the
busted_command
path during setup, when it is set to a local relative path and neotest is loaded in a non-lua busted project dir (e.g. a python project),require("neotest").setup(...)
throws this error:Maybe related to nvim-neotest/neotest#428
Config:
Expected Behavior
Don't check
busted_command
for non-lua busted projects or when the adapter is not used.Output of
:checkhealth neotest-busted
if relevantNo response
neotest log output if relevant
No response
Steps To Reproduce
Set
busted_command
to a local relative path. Then require Neotest on a non-lua busted project.The text was updated successfully, but these errors were encountered: