|
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? |
Answered by
Wansmer
Feb 22, 2023
Replies: 2 comments 2 replies
|
Sorry for the long wait. Are you an |
1 reply
|
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'}" |
1 reply
Answer selected by
pogopaule
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the specific test to run, you can create your own make-command in
Makefile, e.g.: