K
KLEIN Stéphane
Hi,
for example, in http://svn.zope.org/zc.buildout/trunk/src/zc/buildout/
tests.py?rev=89831&view=auto test file, there is this doctests :
def develop_verbose():
"""
We should be able to deal with setup scripts that aren't setuptools based.
... '''
... from setuptools import setup
... setup(name="foo")
... ''')
... '''
... [buildout]
... develop = foo
... parts =
... ''')
Installing...
Develop: '/sample-buildout/foo'
...
Installed /sample-buildout/foo
...
- foo.egg-link
- zc.recipe.egg.egg-link
+ELLIPSIS
Installing...
Develop: '/sample-buildout/foo'
in: '/sample-buildout/foo'
... -q develop -mxN -d /sample-buildout/develop-eggs/...
"""
I wonder where does the "ls('develop-eggs')" command come from ?
It is doctest buildin command ? Where can I found some documentation
about that ? I see this page http://docs.python.org/lib/module-
doctest.html and I found nothing about that subject.
Thanks for your help,
Stephane
http://docs.python.org/lib/module-doctest.html
for example, in http://svn.zope.org/zc.buildout/trunk/src/zc/buildout/
tests.py?rev=89831&view=auto test file, there is this doctests :
def develop_verbose():
"""
We should be able to deal with setup scripts that aren't setuptools based.
... '''
... from setuptools import setup
... setup(name="foo")
... ''')
... '''
... [buildout]
... develop = foo
... parts =
... ''')
Installing...
Develop: '/sample-buildout/foo'
...
Installed /sample-buildout/foo
...
- foo.egg-link
- zc.recipe.egg.egg-link
+ELLIPSIS
Installing...
Develop: '/sample-buildout/foo'
in: '/sample-buildout/foo'
... -q develop -mxN -d /sample-buildout/develop-eggs/...
"""
I wonder where does the "ls('develop-eggs')" command come from ?
It is doctest buildin command ? Where can I found some documentation
about that ? I see this page http://docs.python.org/lib/module-
doctest.html and I found nothing about that subject.
Thanks for your help,
Stephane
http://docs.python.org/lib/module-doctest.html