Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: third_party/coverage-3.6/coverage.egg-info/PKG-INFO

Issue 14988009: First cut of testing infrastructure for recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: nitfixen Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Metadata-Version: 1.1
2 Name: coverage
3 Version: 3.6
4 Summary: Code coverage measurement for Python
5 Home-page: http://nedbatchelder.com/code/coverage
6 Author: Ned Batchelder and others
7 Author-email: ned@nedbatchelder.com
8 License: BSD
9 Description: Coverage.py measures code coverage, typically during test execution . It uses
10 the code analysis tools and tracing hooks provided in the Python standar d
11 library to determine which lines are executable, and which have been exe cuted.
12
13 Coverage.py runs on Pythons 2.3 through 3.3, and PyPy 1.9.
14
15 Documentation is at `nedbatchelder.com <http://nedbatchelder.com/code/co verage>`_. Code repository and issue
16 tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.
17
18 New in 3.6: ``--fail-under``, and >20 bugs closed.
19
20 New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML repor t.
21
22 New in 3.4: Better control over source to measure, and unexecuted files
23 can be reported.
24
25 New in 3.3: .coveragerc files.
26
27 New in 3.2: Branch coverage!
28 Keywords: code coverage testing
29 Platform: UNKNOWN
30 Classifier: Environment :: Console
31 Classifier: Intended Audience :: Developers
32 Classifier: License :: OSI Approved :: BSD License
33 Classifier: Operating System :: OS Independent
34 Classifier: Programming Language :: Python :: 2
35 Classifier: Programming Language :: Python :: 3
36 Classifier: Topic :: Software Development :: Quality Assurance
37 Classifier: Topic :: Software Development :: Testing
38 Classifier: Development Status :: 5 - Production/Stable
OLDNEW
« no previous file with comments | « third_party/coverage-3.6/README.txt ('k') | third_party/coverage-3.6/coverage.egg-info/SOURCES.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698