summaryrefslogtreecommitdiff
path: root/modules/unit_test
AgeCommit message (Collapse)Author
2013-03-04Return "1" to CLI if not all unit tests pass.Jozef Selesi
2010-12-15Move the test time limit code into Unit_Test since some parts of theBharat Mediratta
code (like ORM_MPTT) mess with the time limit which interferes with the overall time limit set in Gallery_Unit_Test_Controller.
2009-12-21Fix the translation keys to not require "unit_test." as a prefix.Bharat Mediratta
2009-12-21Hardcode language translations since K24 now does it totally differently. ↵Bharat Mediratta
This forks the code, but it's reached the end of its development path and we should replace it with phpunit anyway
2009-05-29Update Kohana to r4374Bharat Mediratta
2009-05-26Update Kohana to r4357Bharat Mediratta
2009-05-18Remove modules/unit_test/views; we don't use themBharat Mediratta
2009-05-18Updated kohana and modules/unit_test to upstream r4356Bharat Mediratta
2008-12-22Remove module.info from infrastructure modules that are effectivelyBharat Mediratta
libraries that would ship with the core. Refactor welcome.php to use the newly refactored module::available()
2008-12-22Change the way that we track modules.Bharat Mediratta
Each module now has a "module.info" file that has information about the module, including the core. We can display the installed version, and the version in the code. Also take a first shot at a modules admin page.
2008-12-15(merge of vendor/kohana/modified/modules/unit_test r19226) Re-add english ↵Bharat Mediratta
versions of unit test messages
2008-12-15Reapply r19116:Bharat Mediratta
Add support for filtering tests down to the Class::method level. Upstream ticket: http://dev.kohanaphp.com/ticket/961
2008-12-15Reapply patch to make tests always call teardown.Bharat Mediratta
Upstream ticket: http://dev.kohanaphp.com/ticket/960
2008-12-15Refresh from kohana svn trunk r3771Bharat Mediratta
2008-12-15Delete trunk/kohana and trunk/modules/unit_test in preparation to refreshBharat Mediratta
them properly from the vendor branch.
2008-12-14Revert accidental commitFelix Rabinovich
2008-12-14Fixed tabs and line endingsFelix Rabinovich
2008-12-12Add support for filtering tests down to the Class::method level.Bharat Mediratta
2008-12-08moved erro page from unit_test to gallery_unit_testFelix Rabinovich
2008-12-08Show unit test errors as text; not as htmlFelix Rabinovich
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.