New submission from Brett Cannon <br...@python.org>:

The devguide needs to be updated with new coverage.py instructions. It seems 
that the script in issue11561 has been integrated into coverage.py's own repo, 
which means we now have a way to get much more complete coverage of the stdlib. 
But it also means that users need to build the tracer extension in coverage.py. 
That might require a little extra hand-holding as compiling from a checkout can 
mean needing to unset CPPFLAGS in order to not pick up the system Python's 
header files.

----------
assignee: brett.cannon
components: Devguide
keywords: easy
messages: 143581
nosy: brett.cannon
priority: high
severity: normal
stage: needs patch
status: open
title: Update test coverage devguide page
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12907>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to