klen / nvim-test

A Neovim wrapper for running tests
MIT License
176 stars 26 forks source link

Passing arguments to tests #30

Open DanielBauman88 opened 1 year ago

DanielBauman88 commented 1 year ago

Hey there, I'm using this plugin and its working great for me so far. There is something I'd like to customize but I haven't found a way to do it yet.

TestSuite runs a full set of tests. However - I want a way to just run a subset of tests. EG: cargo test --lib --bins

Without running ALL the tests. What is the recommended way to achieve this?

Thanks!