Unit testing: useful?
Filed under: development, testing
Today I read two articles about the usefulness of unit testing. Here are my thoughts.
Found 2 weblog entries in this category.
Filed under: development, testing
Today I read two articles about the usefulness of unit testing. Here are my thoughts.
Filed under: development, django, plone, python, testing
I frequently have to send emails from web applications. But before I deploy to a production environment, I want to make sure the mechanism works and the right mails are constructed. Here's two ways to do that.