equal
deleted
inserted
replaced
|
1 Metadata-Version: 1.0 |
|
2 Name: coverage |
|
3 Version: 2.85 |
|
4 Summary: Coverage: code coverage testing for Python |
|
5 Home-page: http://nedbatchelder.com/code/modules/coverage.html |
|
6 Author: Ned Batchelder |
|
7 Author-email: ned@nedbatchelder.com |
|
8 License: BSD |
|
9 Download-URL: http://nedbatchelder.com/code/modules/coverage-2.85.tar.gz |
|
10 Description: Coverage.py is a Python module that measures code coverage during test execution. |
|
11 It uses the code analysis tools and tracing hooks provided in the Python standard |
|
12 library to determine which lines are executable, and which have been executed. |
|
13 |
|
14 Keywords: code coverage testing |
|
15 Platform: UNKNOWN |
|
16 Classifier: Development Status :: 5 - Production/Stable |
|
17 Classifier: Environment :: Console |
|
18 Classifier: Intended Audience :: Developers |
|
19 Classifier: License :: OSI Approved :: BSD License |
|
20 Classifier: Operating System :: OS Independent |
|
21 Classifier: Programming Language :: Python |
|
22 Classifier: Topic :: Software Development :: Quality Assurance |
|
23 Classifier: Topic :: Software Development :: Testing |