I've been really enjoying ultest, so I am very excited about neotest. Thanks for building such great software.
Here are a few things I've noticed on latest neotest:
lua require("neotest").output.open({ enter = true }) after running a test does not seem to work
Running a test and then doing lua require("neotest").run.attach() will open the test output, but it will immediately close after the test finishes. How do I keep this window open?
The status signs in the gutter area aren't rendering properly and I don't know how to change them.
The Readme says to do a :h neotest.status but all is says is
A consumer that displays the results of tests as signs beside their
declaration. This consumer is completely passive and so has no interface.
I've been really enjoying ultest, so I am very excited about neotest. Thanks for building such great software.
Here are a few things I've noticed on latest neotest:
lua require("neotest").output.open({ enter = true })
after running a test does not seem to workRunning a test and then doing
lua require("neotest").run.attach()
will open the test output, but it will immediately close after the test finishes. How do I keep this window open?The status signs in the gutter area aren't rendering properly and I don't know how to change them.
The Readme says to do a
:h neotest.status
but all is says isThat doesn't tell me how to change the symbols.