klen / nvim-test

A Neovim wrapper for running tests
MIT License
180 stars 27 forks source link

Rust: cannot use `package: true` and `-- --nocapture` like params #28

Open gbataille opened 1 year ago

gbataille commented 1 year ago

If I'm not mistaken, it's impossible to have both the package: true option and use an args list that contains --

I think this is because the package args are injected after the args

image

I'm willing to do a proposed implementation as part of https://github.com/klen/nvim-test/pull/23 if you want