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
PR #461 disabled color output for neotest by passing --color=never to cargo.
This worked around an issue where one test failure caused all succeeding tests to be marked as failed (#460).
When I set --color=always in the lua/neotest/init.lua file, I'm not currently able to reproduce the issue where one failure caused succeeding tests to be marked as failed. Would it be possible to re-enable color in the rustaceanvim neotest adapter (or make color configurable)?
The text was updated successfully, but these errors were encountered:
Feature description
PR #461 disabled color output for neotest by passing
--color=never
tocargo
.This worked around an issue where one test failure caused all succeeding tests to be marked as failed (#460).
When I set
--color=always
in thelua/neotest/init.lua
file, I'm not currently able to reproduce the issue where one failure caused succeeding tests to be marked as failed. Would it be possible to re-enable color in the rustaceanvim neotest adapter (or make color configurable)?The text was updated successfully, but these errors were encountered: