Codeigniter Simpletest Matchbox Suite
So, I am primarily writing this pre-post as incentive for myself to have a deadline and accountability.
After reading Jaime Rumbelow’s post on Codeigniter and Simpletest I realized I needed a way to do TDD in my Matchbox modules without having to set everything up each time.
I have an almost ready matchbox simpletest module that scans other modules for tests and auto runs them. Each module you want to build with TDD only needs to contain its tests (which can run on their own by loading the simpletest lib from the simpletest module) or can be auto loaded in batch from the main simpletest module.
If you are interested in helping me beta test, let me know – i plan to release a beta somewhere around Feb 1.

