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
It would be nice if there was a way to suport testsuite subtest, I currently have this hack where if I detect the current line as "name": "name of test",
it will run the testname with "/name_of_test" appended to gotest, this hack look like this :
It would be nice if there was a way to suport testsuite subtest, I currently have this hack where if I detect the current line as "name": "name of test",
it will run the testname with "/name_of_test" appended to gotest, this hack look like this :
this works relatively well but that's really depend if the user is on the "name" line and I wonder if this could make it smarter before submitting it.
perhaps the only way to know that properly is to do this with tree-sitter or see if lsp can help.
The text was updated successfully, but these errors were encountered: