← Back to team overview

launchpad-dev team mailing list archive

Re: Another thing I'd like in our test suite

 

On 2011-08-16 22:13, Jonathan Lange wrote:

You don't have to remember if you are doing TDD and it's testing a
behaviour worth having.

We don't write tests separately and ahead of time for the ability to import a module, the validity of a ZCML change, or the absence of lint. To me this is a matter of validity, not of behaviour.

A simple assertProvides will often expose small mistakes in interface declarations. Our code takes no notice of incorrect parameter lists in interfaces, or functions that have been specified but never used or implemented, but they do cause friction for developers.


Jeroen


References