Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dougthor42/spyder-doctest-plugin

A Spyder plugin for Python's `doctest` package.
https://github.com/dougthor42/spyder-doctest-plugin

Last synced: 6 days ago
JSON representation

A Spyder plugin for Python's `doctest` package.

Awesome Lists containing this project

README

        

spyder-doctest-plugin
======================

A Spyder plugin for the built-in ``doctest`` package.

Installation
------------

1. Put p_doctest.py in ``%pythonpath%\Lib\site-packages\spyderplugins``
2. Put doctestgui.py in
``%pythonpath%\Lib\site-packages\spyderplugins\widgets``
3. (Optional) put test_doctestgui.py in
``%pythonpath%\Lib\site-packages\spyderplugins\widgets``
4. Load up spyder. It *should* work.

Usage
-----

With the file open that you want to run doctest on, press
``ALT`` + ``F12``.

Requires
--------

1. 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.

.. _Spyder: https://code.google.com/p/spyderlib/