Tag Archives: unittest
Unit Testing with Python and Google App Engine
It came to the point where developing my soon to be web service become too difficult since I have to write test codes on my request handlers. I finally made my way to Python Unit testing using the unittest module. … Continue reading
Posted in Python
Tagged appengine, google appengine, python unit testing, python unittest, unit testing, unittest
Leave a comment
Kohana 3.1 Migration – Unit Testing
Kohana Unittest module has no major changes on how to set it up, however, because of the 3.1 update, bootstrapping the unit tests for PHPUnit has changed a bit (just a bit). Based on my old post, here is how … Continue reading
Kohana Unit Testing – Finally
I’ve written about using PHPUnit in Kohana in the past. However, there is now an official Unit Testing module for Kohana v3 (uses PHPUnit). From the previous hacks, I changed it now to be compliant with the official unit testing … Continue reading
Posted in Kohana v3, PHPUnit
Tagged kohana phpunit, kohana unit test, kohana unit testing, kohana unittest, PHPUnit, unit test, unit testing, unittest
9 Comments




