|
1 Metadata-Version: 1.0 |
|
2 Name: coverage |
|
3 Version: 3.0.1 |
|
4 Summary: Code coverage measurement for Python |
|
5 Home-page: http://nedbatchelder.com/code/coverage |
|
6 Author: Ned Batchelder |
|
7 Author-email: ned@nedbatchelder.com |
|
8 License: BSD |
|
9 Description: Coverage measures code coverage, typically during test execution. It uses the |
|
10 code analysis tools and tracing hooks provided in the Python standard library |
|
11 to determine which lines are executable, and which have been executed. |
|
12 |
|
13 Code repository and issue tracker are at |
|
14 `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_. |
|
15 |
|
16 |
|
17 Keywords: code coverage testing |
|
18 Platform: UNKNOWN |
|
19 Classifier: Environment :: Console |
|
20 Classifier: Intended Audience :: Developers |
|
21 Classifier: License :: OSI Approved :: BSD License |
|
22 Classifier: Operating System :: OS Independent |
|
23 Classifier: Programming Language :: Python |
|
24 Classifier: Topic :: Software Development :: Quality Assurance |
|
25 Classifier: Topic :: Software Development :: Testing |
|
26 Classifier: Development Status :: 5 - Production/Stable |