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
Two things that should hopefully reduce the amount of "my adapter can't find tests" issues here, or at least improve their quality:
When an adapter fails to discover tests for some reason (e.g. [BUG] No test found #348, [BUG] no tests found #303), make other adapters in the same project continue running. Currently, if e.g. neotest-jest fails, neotest-python will not run at all and will report "no tests found".
When an adapter fails, show an error in message or show something within :Neotest summary like an error sign.
The text was updated successfully, but these errors were encountered:
Two things that should hopefully reduce the amount of "my adapter can't find tests" issues here, or at least improve their quality:
neotest-jest
fails,neotest-python
will not run at all and will report "no tests found".message
or show something within:Neotest summary
like an error sign.The text was updated successfully, but these errors were encountered: