declaration of variables?

jcm joshway at myway.com
Mon Feb 24 22:07:42 EST 2003


Christian Tismer <tismer at tismer.com> wrote:
> jcm wrote:
> ...

>> And these unit tests are likely written in Python, and have the same
>> quirks as the programs they're testing.

> You sound like you've never written a unit test in your life,
> otherwise you would not move yourself in such a questionable
> corner.
> Unit tests are so much easier to test than your application,
> and proving a program to be wrong is so much easier than
> to prove it being right!

I've written quite a few (and I don't feel like I'm in any corner).
I'm just pointing out that unit tests are themselves programs.

>> Certainly tests are extremely useful, although if you're script is
>> small/simple enough, I think it's reasonable to go without.

> Please show me code that doesn't need unit tests.
> Either is is smaller than 100 lines, or it has bugs
> in its first implementation.

Yes, it's small programs of this sort that I claim often
understandably go without unit tests.

> Try to prove me wrong, without cheating! -- chris

I don't think we disagree.




More information about the Python-list mailing list