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

Side by Side Diff: third_party/pycoverage/PKG-INFO

Issue 727003004: Add python coverage module to third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « third_party/pycoverage/OWNERS ('k') | third_party/pycoverage/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Metadata-Version: 1.0
2 Name: coverage
3 Version: 3.7.1
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 on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_, with a
17 mirrored repo on `Github <https://github.com/nedbat/coveragepy>`_.
18
19 New in 3.7: ``--debug``, and 12 bugs closed.
20
21 New in 3.6: ``--fail-under``, and >20 bugs closed.
22
23 New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML repor t.
24
25 New in 3.4: Better control over source to measure, and unexecuted files
26 can be reported.
27
28 New in 3.3: .coveragerc files.
29
30 New in 3.2: Branch coverage!
31 Keywords: code coverage testing
32 Platform: UNKNOWN
33 Classifier: Environment :: Console
34 Classifier: Intended Audience :: Developers
35 Classifier: License :: OSI Approved :: BSD License
36 Classifier: Operating System :: OS Independent
37 Classifier: Programming Language :: Python :: 2
38 Classifier: Programming Language :: Python :: 3
39 Classifier: Topic :: Software Development :: Quality Assurance
40 Classifier: Topic :: Software Development :: Testing
41 Classifier: Development Status :: 5 - Production/Stable
OLDNEW
« no previous file with comments | « third_party/pycoverage/OWNERS ('k') | third_party/pycoverage/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698