-
I struggle to understand what tests in the suite are failing. If I run
If I understand plenary busted correctly it is the correct behaviour to just show exit codes. But how do I run e.g. just one test file and see the output of failing tests? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Sorry for the long wait. Are you an |
Beta Was this translation helpful? Give feedback.
-
For the specific test to run, you can create your own make-command in test-specific-test:
nvim --headless -u tests/minimal.lua -c "PlenaryBustedDirectory tests/langs/javascript_spec.lua {minimal_init = 'tests/minimal.lua'}" |
Beta Was this translation helpful? Give feedback.
For the specific test to run, you can create your own make-command in
Makefile
, e.g.: