tpot (at) frungy . org
|
Tue, 28 Sep 2004I ran into a friend on the way to work the other day who was told me he had drunk the kool-aid with regards to unit testing. It's always nice to hear someone get all excited about testing. I have been writing a lot of test suites recently and it has been quite rewarding both in terms of having something to run regularly to see if my code has bit-rotted, and also having more confidence in rewriting and refactoring. Read the rest of mjd's Writing Automated Tests presentation. It's nice and tasty. posted at: 16:54 | path: /computers/testing | permanent link to this entry
posted at: 16:37 | path: /software | permanent link to this entrytpot@proforma:~$ python Python 2.3.4 (#2, Jul 5 2004, 09:15:05) [GCC 3.3.4 (Debian 1:3.3.4-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> NotImplemented NotImplemented >>> help(NotImplemented) Help on NotImplementedType: NotImplemented >>> print NotImplemented NotImplemented | ||||||||||||||||