update for test

This commit is contained in:
mathew 2023-06-16 16:18:29 +08:00
parent 2983d96fb8
commit ba6cb491d2
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@ terminal then cd plugin directory , run `python3 rename.py your-plugin-name` thi
## Test
use vusted for test install by using `luarocks --lua-version=5.1 install vusted` then run `vusted test`
for your test cases
for your test cases.
create test case in test folder file rule is `foo_spec.lua` with `_spec` more usage please check
[busted usage](https://lunarmodules.github.io/busted/)
## Ci
Ci support auto generate doc from README and integration test.