klen / nvim-test

A Neovim wrapper for running tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing arguments to tests

DanielBauman88 opened this issue · comments

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!