How to get Cargo command neo-test is generating? #452
Answered
by
mrcjkb
nickvikeras
asked this question in
Q&A
-
I installed Rustacean using the default LazyVim LazyExtra configuration. Is there any easy way to log out the Cargo command neo-test is executing to run unit tests? I just want to be able to copy-paste it into a terminal to re-run the tests outside of vim. |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Jul 17, 2024
Replies: 1 comment
-
Hey 👋 Rustaceanvim doesn't provide an API for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mrcjkb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey 👋
Rustaceanvim doesn't provide an API for this.
I don't know if neotest does.
You might be able to see it in the neotest logs.
See
require("neotest.logging"):get_filename()
.