Re: [Zope-dev] Manuel Beta

2009-09-08 Thread Chris Withers
Coming back to this ancient thread... Benji York wrote: > A helper function could be written to shorten it to something like this: > > --- begin quote --- > > Contents of myfile.zcml:: > >http://namespaces.zope.org/zope";> >blah blah blah > > > .. -> config > > >>> file_name =

Re: [Zope-dev] Manuel Beta

2009-06-24 Thread Thomas Lotze
Benji York wrote: > I've just released the first beta of Manuel, my next-generation doctest > project. Many thanks for the ideas and work you put in manuel! > I'm interested in any feedback and/or questions you may have be it > technical, documentation, or "marketing" (i.e., how do I describe wh

Re: [Zope-dev] Manuel Beta

2009-06-24 Thread Benji York
On Wed, Jun 24, 2009 at 6:07 PM, Chris Withers wrote: > Benji York wrote: >> >> --- begin quote --- >> >> Contents of myfile.zcml:: >> >>    http://namespaces.zope.org/zope";> >>    blah blah blah >>     >> >> .. -> config >> >>    >>> import tmpfile >>    >>> f = tmpfile.mkstemp() >>    >>> f.writ

Re: [Zope-dev] Manuel Beta

2009-06-24 Thread Chris Withers
Benji York wrote: > --- begin quote --- > > Contents of myfile.zcml:: > > http://namespaces.zope.org/zope";> > blah blah blah > > > .. -> config > > >>> import tmpfile > >>> f = tmpfile.mkstemp() > >>> f.write(config) > >>> f.close() Okay, but this looks like I'd h

Re: [Zope-dev] Manuel Beta

2009-06-24 Thread Benji York
On Wed, Jun 24, 2009 at 12:59 PM, Sebastien Douche wrote: > 1. good idea for manuel.isolation, because it's for us a the main lack > of doctests. But why this functionality is in a "documentation" > package? Manuel, like doctest, is both for documentation and testing. I believe manuel.isolation i

Re: [Zope-dev] Manuel Beta

2009-06-24 Thread Benji York
On Wed, Jun 24, 2009 at 5:06 PM, Chris Withers wrote: > One thing you may have solved already, but if not would make a fantastic > addition is a plugin that writes matching sections to a file. > > So, rather than having the following in a doctest: > f = open(os.path.join('mytempdir','myfile.zc

Re: [Zope-dev] Manuel Beta

2009-06-24 Thread Chris Withers
Benji York wrote: > I'm interested in any feedback and/or questions you may have be it > technical, documentation, or "marketing" (i.e., how do I describe what > Manuel does and what benefits it has). Hi Benji, This looks really great :-) One thing you may have solved already, but if not would m

Re: [Zope-dev] Manuel Beta

2009-06-24 Thread Sebastien Douche
On Wed, Jun 24, 2009 at 15:00, Benji York wrote: > > I've just released the first beta of Manuel, my next-generation > doctest project. Hmm, very interesting, thank you to sharing wth us! > Manuel is available from PyPI (http://pypi.python.org/pypi/manuel) > with docs, details, and examples at >