[TIP] branch coverage

Benji York benji at benjiyork.com
Fri Jan 25 08:42:25 PST 2008


Titus Brown wrote:
> Can you just generate .pyc files in the normal place, i.e. same
> directory? 

I'd worry about the possibility that a bug in the .pyc generation would 
  cause bad byte code to be created that would bite the user at some 
point in the future when they'd forgotten all about their "normal" .pycs 
being overwritten by the trace tool.
-- 
Benji York
http://benjiyork.com



More information about the testing-in-python mailing list