Skip to content

Commit

Permalink
Auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 30, 2024
1 parent 1dbdd3c commit a38584f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/neotest-busted.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,21 @@ run, the command will automatically try to find your tests in a `spec/`,
<


USING BUSTED DIRECTLY ~

You can also provide a `.busted` config file and run your tests using busted.
Learn more about busted configuration files from the official docs
<https://lunarmodules.github.io/busted/#usage> or take a look at the example
here </.busted.example>.

Pass extra arguments to `neotest` to run a specific task. For example, to run
the `"integration"` task in a test file:

>lua
require("neotest").run.run({ vim.fn.expand("%"), extra_args = { "--run", "integration" } })
<


DEBUGGING TESTS *neotest-busted-debugging-tests*

`neotest-busted` has support for debugging tests via
Expand Down

0 comments on commit a38584f

Please sign in to comment.