-
Notifications
You must be signed in to change notification settings - Fork 15
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
Request for Ultest equivalent to vim-test's :TestSuite #70
Comments
I've actually thought about this a good bit. It's a fairly large amount of work and would require some larger changes than I'd be comfortable having someone else do entirely (appreciate the offer though! 😄). Since you've opened this issue I might as well document my thoughts here... In my head ultest would ideally mirror something like VSCode where it can find all the test files in your workspace, along with all the tests inside. As part of that there's a few changes needed:
I definitely want to do 2 myself and most likely 3. Changing the summary window is an isolated thing though and I'm open to PRs for it. I'm pretty busy at the moment so I don't have much time to work on personal projects so I'll take the help! Leaving this open to anyone really, happy to discuss as well to get things started. |
Wow I love the work thats going into this! Thanks a lot @rcarriga! |
Thanks for writing this plugin! Similar to #69 I'm wondering about the possibility of adding support for running an entire test suite like vim-test's
:TestSuite
.If this would be a reasonable first issue, I'd be happy to try and add support and raise a PR if you don't mind giving me an idea of where to start.
The text was updated successfully, but these errors were encountered: