Re: Statement coverage tools revisited

2005-02-11 Thread Nick Coghlan
Edvard Majakari wrote: , | The coverage dictionary is called "c" and the trace function | "t". The reason for these short names is that Python looks up variables | by name at runtime and so execution time depends on the length of | variables! In the bottleneck of this application it's appropr

Statement coverage tools revisited

2005-02-11 Thread Edvard Majakari
Yow, For most of you folks Gareth Rees' excellent python code coverage tool - /statement/ coverage tool to be more precise - is familiar, but there are probably many TDD-fans out there who are not yet aware of this wonderful program. I use the tool a lot, even though it is good to be aware of co