plenary.nvim
plenary.nvim copied to clipboard
feat(test_harness): Add opts to test_harness.test_file
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.
Should I also change the vim command to parse the opts string like in PlenaryBustedDirectory?
Should I also change the vim command to parse the opts string like in PlenaryBustedDirectory?
yeah i think that would be handy