Skip to content

dougthor42/spyder-coverage-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spyder-coverage-plugin

A Spyder plugin for Ned Batchelder's coverage package.

Installation

  1. Put p_coverage.py in %pythonpath%\Lib\site-packages\spyderplugins
  2. Put coveragegui.py in %pythonpath%\Lib\site-packages\spyderplugins\widgets
  3. Load up Spyder. It should work.

Usage

With the file open that you want to run coverage on, press ALT + F11.

Requires

  1. Obviously the coverage package available on PyPI with documentation at Ned's website.
  2. It's a plugin for Spyder, so... you need Spyder. I've tested it with Spyder 2.3.2 and Python 2.7.6. Additional testing is appreciated.

About

A Spyder plugin for Ned Batchelder's `coverage` package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages