[Python-ideas] Python-ideas Digest, Vol 90, Issue 30

Antoine Pitrou solipsis at pitrou.net
Thu May 22 10:43:34 CEST 2014


On Thu, 22 May 2014 02:44:52 -0400
Terry Reedy <tjreedy at udel.edu> wrote:
> 
> When I used coverage (last summer) with tested Idle modules, I could not 
> get a reported 100% coverage because coverage counts the body of a final 
> "if __name__ == '__main__':" statement.

There are flags to modify this behaviour.

Regards

Antoine.




More information about the Python-ideas mailing list