refactor: add comments & update type anotation
This commit is contained in:
parent
c1de269ef4
commit
250d4de718
7 changed files with 14 additions and 6 deletions
|
|
@ -45,6 +45,8 @@ function M.func_test(parallel)
|
|||
add_test(cmd_args)
|
||||
end
|
||||
|
||||
---generate unit tests for all functions in current file
|
||||
---@param parallel boolean
|
||||
function M.all_tests(parallel)
|
||||
local cmd_args = { "-all" }
|
||||
if parallel then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue