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

Support for test#strategy? #78

Open
camgraff opened this issue Oct 28, 2021 · 1 comment
Open

Support for test#strategy? #78

camgraff opened this issue Oct 28, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@camgraff
Copy link

vim-test's test#strategy option lets you execute the test in different execution environments. AFAIK ultest only supports output via floating window. Is it possible to have the same behavior in ultest?

@rcarriga
Copy link
Owner

rcarriga commented Oct 28, 2021

Executing using different environments is possible since there's already support for external running using nvim-dap. However the nvim-dap implementation is fairly coupled to ultest internals so I'd like to abstract it a fair bit. One thing I can pretty much guarantee though is there would be no way to support vim-test's strategies as a straight swap in as ultest requires more information from them in order to parse results

This would be fairly low priority right now so it'd be a while before I get around to it

@rcarriga rcarriga added the enhancement New feature or request label Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants