Unified Testing
Revision as of 06:04, 20 January 2008 by Arif Iqbal (talk | contribs) (New page: <noinclude><big>OurWork < DevelopmentTeam < Priorities < </noinclude>('''?''') [[{{subst:PAGENAME}}]] ('''?''') {{JustTinyEditI...)
What (summary)
To have a single testing engine that tests code for PHP, compost and javascript code.
Why this is important
Until now, we use rake test to test our compost code but we don't have any such framework for testing the PHP and javascript code. This does not let us write bug free php and javascript code, and don't let us refactor our code often. This testing framework would let us do exactly that.
DoneDone
- Make php_run_tests work for our live branch that tests all the test cases inside live directory.
- Add test/javascript.html that tests all the tests for javascript code.