py-coverage : Show python coverage results
script karma |
Rating -1/3,
Downloaded by 1862 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Peter Sagerson |
|
script type |
ftplugin |
|
description |
py-coverage integrates with Ned Batchelder's code coverage tool for Python
(http://nedbatchelder.com/code/coverage/). After coverage data has been
gathered, this plugin can be used to retrieve the results and present them in
the relevant buffers.
Source lines lacking coverage ("missing") may be indicated by directly
highlighting the lines or by populating the quickfix or location lists. The
function that retrieves the line numbers is also provided for low-level
access.
:PyCoverageHighlight - Add missing lines in the current buffer to the PyCoverageMissing highlight group.
:PyCoverageClear - Remove highlighting.
:PyCoverageRemove - Remove highlighting and delete .coverage file.
:PyCoverageSetQuickfix - Set the quickfix list to missing lines.
:PyCoverageSetLoclist - Set the window's location list to the missing lines.
PyCoverageMissingLines(buffer) - Return missing line numbers for the given buffer as a List. |
|
install details |
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.175
|