Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dougthor42/spyder-coverage-plugin
A Spyder plugin for Ned Batchelder's `coverage` package
https://github.com/dougthor42/spyder-coverage-plugin
Last synced: 6 days ago
JSON representation
A Spyder plugin for Ned Batchelder's `coverage` package
- Host: GitHub
- URL: https://github.com/dougthor42/spyder-coverage-plugin
- Owner: dougthor42
- License: mit
- Created: 2014-12-13T17:28:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T00:50:40.000Z (almost 10 years ago)
- Last Synced: 2024-03-15T12:11:21.002Z (10 months ago)
- Language: Python
- Size: 316 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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... _coverage: http://nedbatchelder.com/code/coverage/
.. _PyPI: https://pypi.python.org/pypi/coverage
.. _website: http://nedbatchelder.com/code/coverage/
.. _Spyder: https://code.google.com/p/spyderlib/