Posted 23 December 2014 - 01:43 PM
As part of my build system I've been looking for a testing framework. Busted is a wonderful testing framework and the second most popular rock. I've simply ported this over to CC.
I don't know if this will be useful for anyone. I personally love test-driven development, when all the green lights flash up, there is a massive sense of achievement, it makes coding almost fun :)/>. It also means your code is generally much less buggy.
Install:
grin-get install SquidDev-CC/busted
or
pastebin get uj2REesu busted.lua
Then just run busted.lua
I don't know if this will be useful for anyone. I personally love test-driven development, when all the green lights flash up, there is a massive sense of achievement, it makes coding almost fun :)/>. It also means your code is generally much less buggy.
Install:
grin-get install SquidDev-CC/busted
or
pastebin get uj2REesu busted.lua
Then just run busted.lua
Edited on 23 December 2014 - 12:44 PM