How to install interlude
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install interlude
Depended by
- agx.core
- agx.dev
- agx.generator.buildout
- agx.generator.dexterity
- agx.generator.generator
- agx.generator.plone
- agx.generator.pyegg
- agx.generator.sql
- agx.generator.uml
- agx.generator.zca
- agx.transform.uml2fs
- agx.transform.xmi2uml
- bda.bfg.tile
- bda.cache
- bda.ldap
- bda.recipe.deployment
- brasil.gov.barra
- brasil.gov.vcge
- chaoflow.testing.crawler
- collective.behavior.localdiazo
- collective.behavior.localregistry
- collective.flowplayer
- collective.iptvusp
- collective.lineage
- collective.mediaelementjs
- collective.memberapproval
- collective.richdescription
- cone.app
- cone.tile
- cone.ugm
- cornerstone.browser
- cornerstone.cssvar
- cornerstone.soup
- fise.client
- fise.plone
- five.intid
- icalendar
- iw.recipe.backup
- metachao
- node
- node.ext.directory
- node.ext.ldap
- node.ext.python
- node.ext.template
- node.ext.ugm
- node.ext.uml
- node.ext.xmi
- node.ext.xml
- node.ext.zcml
- node.ext.zodb
- odict
- openmultimedia.headband
- pas.plugins.ldap
- pas.plugins.memberapproval
- plone.app.deco
- plone.app.discussion
- plone.app.event
- plone.app.workflowmanager
- plone.event
- plumber
- Products.ATVocabularyManager
- Products.DateRangeInRangeIndex
- Products.DateRecurringIndex
- pypimirror
- sc.base.uploader
- sc.contentrules.group
- sc.contentrules.groupbydate
- sc.contentrules.layout
- sc.contentrules.localrole
- sc.contentrules.metadata
- slc.autocategorize
- slc.autotranslate
- slc.outdated
- souper
- souper.plone
- twodeg.recipe.apacheconf
- unweb.iptc
- vdexcsv
- yafowil
- yafowil.documentation
- yafowil.widget.datetime
- yafowil.widget.dynatree
- yafowil.yaml
- z3c.pypimirror
- zamqp
- zodict
Lastest release
Provides an interactive shell aka console inside your doctest case.
The console looks exact like in a doctest-case and you can copy and paste code from the shell into your doctest. It feels as you are in the test case itself. Its not pdb, it's a python shell.
In your doctest you can invoke the shell at any point by calling:
>>> interact( locals() )
To make your testrunner interlude aware following is needed:
- import interlude
- suite = DocFileSuite( ..., globs=dict(interact=interlude.interact), ...)
License
interlude is copyright 2006-2010 by BlueDynamics Alliance, Klein & Partner KG, Austria. It is under the GNU Lesser General Public License (LGPLv3).
- code repository at github collective
- written by Jens Klein
- IPython support contributed by Alan Justino
Changes
1.1.1
fix broken release, include *.rst with MANIFEST.in
1.1
- IPython support - alanjds, 2010-12-19
1.0
- initial release