Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions TESTS_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ cd plenary.nvim
nvim --headless -c 'PlenaryBustedDirectory tests'
```

Note that `:PlenaryBustedDirectory` will only find tests in files that end in `*_spec.lua`.

# mocking with luassert

Plenary.nvim comes bundled with [luassert](https://github.com/Olivine-Labs/luassert) a library that's built to extend the built-int assertions... but it also comes with stubs, mocks and spies!
Expand Down