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
When I run tests, and save my neovim session, then close and re-open the session, the tests that previously succeeded show a question mark again in the summary panel. Is it possible to persist the result of the tests in a session, so they would remain as passed when I re-open a session?
If not, could it be nice as feature request?
Thanks!
The text was updated successfully, but these errors were encountered:
I think this type of cache is destined to fail, considering anything can happen to the code between nvim launches (git pull), so cached results may be outdated
There is nothing preventing me from doing a git pull without closing neovim. Test results being outdated is not necessarily a problem, just something to keep in mind, paired with an option to reset results when needed.
When I run tests, and save my neovim session, then close and re-open the session, the tests that previously succeeded show a question mark again in the summary panel. Is it possible to persist the result of the tests in a session, so they would remain as passed when I re-open a session?
If not, could it be nice as feature request?
Thanks!
The text was updated successfully, but these errors were encountered: