You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party/coverage
iannucci@chromium.org 3665cd2c39 Add python coverage 3.7 to depot tools.
R=maruel@chromium.org
BUG=

Review URL: https://codereview.chromium.org/63813002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@233566 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
..
fullcoverage
htmlfiles
AUTHORS.txt
PKG-INFO
README.chromium
__init__.py
__main__.py
annotate.py
backward.py
bytecode.py Add python coverage 3.7 to depot tools. 12 years ago
cmdline.py
codeunit.py
collector.py
config.py
control.py
data.py
debug.py Add python coverage 3.7 to depot tools. 12 years ago
execfile.py
files.py
html.py
misc.py
parser.py
phystokens.py
report.py
results.py
summary.py
templite.py
version.py
xmlreport.py

README.chromium

URL: http://nedbatchelder.com/code/coverage/
Version: 3.7
License: BSD
License File: PKG-INFO

Description:
Coverage.py measures code coverage, typically during test execution.


Local Modifications:
Kept only the 'coverage' subdirectory, PKG-INFO, and AUTHORS.txt.
Removed tracer.c