When is unit-testing bad?

Edvard Majakari edvard+news at majakari.net
Tue Jul 8 06:36:12 EDT 2003


On Sat, 05 Jul 2003, kyle at lakeofburningfire.org wrote:

> Part I
> http://www-106.ibm.com/developerworks/opensource/library/os-puffin.html
> 
> Part II
> http://www-106.ibm.com/developerworks/opensource/library/os-puffin2.html

Having read part I, I really have have to say it looks quite nice tool. I
guess it's no use to starting my own - also, I'm more convinced now that I
should do the testing at lower layers, making presentation layer 'thin'
enough so that there's no need to test it thoroughly. Thanks for the links.

-- 
#!/usr/bin/perl -w
$h={23,69,28,'6e',2,64,3,76,7,20,13,61,8,'4d',24,73,10,'6a',12,'6b',21,68,14,
72,16,'2c',17,20,9,61,11,61,25,74,4,61,1,45,29,20,5,72,18,61,15,69,20,43,26,
69,19,20,6,64,27,61,22,72};$_=join'',map{chr hex $h->{$_}}sort{$a<=>$b}
keys%$h;m/(\w).*\s(\w+)/x;$_.=uc substr(crypt(join('',60,28,14,49),join'',
map{lc}($1,substr $2,4,1)),2,4)."\n"; print;




More information about the Python-list mailing list