This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
SquidDev's profile picture

Busted testing framework.

Started by SquidDev, 23 December 2014 - 12:43 PM
SquidDev #1
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
Edited on 23 December 2014 - 12:44 PM
skwerlman #2
Posted 04 March 2015 - 02:45 PM
Always good to see people pushing real-world best practices in CC!
SquidDev #3
Posted 04 March 2015 - 05:00 PM
Always good to see people pushing real-world best practices in CC!

Thanks!

Though seriously, that is one massive necro you just did there.