Fix: #51: Add beginning and end delimiters to -only param to avoid
unwanted test function generation.
This commit is contained in:
parent
e0a3e70e48
commit
73e4c18045
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ function gotests.func_test()
|
|||
return
|
||||
end
|
||||
|
||||
add_test { "-only", ns.name }
|
||||
add_test { "-only", "^" .. ns.name .. "$" }
|
||||
end
|
||||
|
||||
---generate unit tests for all functions in current file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue