Add busted unit testing framework for lua code

This commit is contained in:
Zenara Daley 2018-04-23 10:46:28 -04:00
parent 62895ffd0b
commit 4f9865529a
8 changed files with 97 additions and 1 deletions

View file

@ -1,2 +1,3 @@
std = 'ngx_lua'
globals = {'_'}
exclude_files = {'./rootfs/etc/nginx/lua/test/*.lua'}