Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Natively testrunner #5168

Open
otavioschwanck opened this issue Dec 15, 2022 · 4 comments
Open

[feature] Natively testrunner #5168

otavioschwanck opened this issue Dec 15, 2022 · 4 comments
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements

Comments

@otavioschwanck
Copy link

a big part of a dev life is run tests. Would be awesome to have a vim-test like for helix natively.

@otavioschwanck otavioschwanck added the C-enhancement Category: Improvements label Dec 15, 2022
@kirawi
Copy link
Member

kirawi commented Dec 15, 2022

#2934 is related.

@kirawi kirawi added the A-helix-term Area: Helix term improvements label Dec 15, 2022
@matklad
Copy link
Contributor

matklad commented Dec 15, 2022

microsoft/language-server-protocol#944 is also related

@pascalkuthe
Copy link
Member

I think any decent test runner would need an integrated terminal (#4649) to ensure the output is displayed correctly and updated continuously. Once thing that would be pretty nice to have in combination with this is for gf to respect line numbers (so you could jump right to the location of a backtrace like foo.rs:239 similar to what intellij allows)

Also somewhat related: #5063 as some LSP offer code lenses for running particular tests. But as @matklad mentioned there is no nice standardized solution we could merge into helix core.

@filipdutescu
Copy link
Contributor

I think it would also be good to tie it in with DAP support. I find that more often than not when I run a test I'm doing it to debug some behaviour in a reproducible context, if that makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

5 participants