summaryrefslogtreecommitdiff
path: root/modules/unit_test/libraries
AgeCommit message (Collapse)Author
2008-12-12Add support for filtering tests down to the Class::method level.Bharat Mediratta
2008-12-03Make sure that we always run teardown, even when the test throws an exceptionBharat Mediratta
2008-12-03Add a filter to unit tests. Now you can do 'php index.php Album_Helper_Test ↵Bharat Mediratta
Photo_Helper_Test' to just run those two
2008-11-01Set up unit test framework. Tweak configuration so that it only runs inBharat Mediratta
command line mode, and expects to put data into test/var. Create a module to wrap it that generates a nice text-only view of the output.