Use busted for unit testing

This commit is contained in:
Adrian Perez de Castro
2016-07-03 22:25:31 +03:00
parent 4e9899dbb5
commit 76d137009b
4 changed files with 128 additions and 76 deletions

6
.busted Normal file
View File

@@ -0,0 +1,6 @@
-- vim:set ft=lua:
return {
_all = {
verbose = true,
}
}