Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dougthor42/spyder-doctest-plugin
- Owner: dougthor42
- License: mit
- Created: 2015-01-15T22:39:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T00:51:33.000Z (almost 10 years ago)
- Last Synced: 2024-03-15T12:11:21.403Z (10 months ago)
- Language: Python
- Size: 273 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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/