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

@ -0,0 +1,3 @@
describe("[balancer_test]", function()
-- TODO: write tests
end)