plenary.nvim icon indicating copy to clipboard operation
plenary.nvim copied to clipboard

feat(test_harness): Add opts to test_harness.test_file

Open wookayin opened this issue 2 years ago • 3 comments

PROBLEM: There was no way to configure opts (such as init, minimal, etc.) for running a single file test (test_harness.test_file(file)).

SOLUTION: Add opts parameter.

wookayin avatar Sep 26 '23 02:09 wookayin

Should I also change the vim command to parse the opts string like in PlenaryBustedDirectory?

wookayin avatar Sep 26 '23 03:09 wookayin

Should I also change the vim command to parse the opts string like in PlenaryBustedDirectory?

yeah i think that would be handy

Conni2461 avatar Oct 11 '23 13:10 Conni2461