BlitzUnit - A BlitzPlus/Blitz3D unit tester

BlitzPlus Forums/BlitzPlus Programming/BlitzUnit - A BlitzPlus/Blitz3D unit tester

Phil Newton(Posted 2008) [#1]
Latest Version: 0.1.1 (28th August, 2008)

BlitzUnit is a simple tool for unit testing blitz applications. You can create test suites, and use them to check your functions are working the way you want. It's particularly useful for checking libraries after changes have been made to verify their behaviour.



There's also a console mode if you just want to generate log reports. It takes a little while to get the hang of, as files need to be layed out in a certain way, but once you get writing tests it's quite easy.

Download: BlitzUnit - Project Homepage

Any feedback/bug reports are greatly appreciated!


Phil Newton(Posted 2008) [#2]
Version 0.1.1 is now available (see first post). There's a couple of major bug fixes in it, so it's worth the upgrade. Feedback and ideas for new features are always welcome!