Integration with HUnit #3464
hyperswine
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
I've made good progress here: haskellfoundation/tech-proposals#46 The major things left to do are related to integration with HIE bios so that I get info about available test components and to monitor altered files... |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm definitely interested in any pointers btw wrt hie-bios and also whether such a plugin would work well as part of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was interested in rust-analyzer's integration with
cargo test
and how quick you can simply write up a unit test and pressrun test
above the function to run that specific test. Elm also has something similar which gives you a green tick next to test passes and red crosses next to failures. I think it would be interesting for hls to have something similar.Also, maybe a way to run functions directly with a
run function
prompt above each function could also allow quick testing of quick inputs in addition to comments with evaluationsBeta Was this translation helpful? Give feedback.
All reactions