Commit 8fb15ba3 authored by Rafael Monnerat's avatar Rafael Monnerat

tests: Setuptools is not verbosed anymore since we updated zc.buildout

parent 3d83d3a9
...@@ -50,8 +50,6 @@ We run buildout:: ...@@ -50,8 +50,6 @@ We run buildout::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
And the template has been rendered:: And the template has been rendered::
...@@ -186,8 +184,6 @@ Use jinja2 extensions ...@@ -186,8 +184,6 @@ Use jinja2 extensions
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('foo') >>> cat('foo')
foo, template foo, template
...@@ -217,8 +213,6 @@ Compute template's MD5 sum:: ...@@ -217,8 +213,6 @@ Compute template's MD5 sum::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('foo') >>> cat('foo')
template template
...@@ -240,8 +234,6 @@ If the md5sum doesn't match, the buildout fail:: ...@@ -240,8 +234,6 @@ If the md5sum doesn't match, the buildout fail::
>>> print system(join('bin', 'buildout')), >>> print system(join('bin', 'buildout')),
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
While: While:
Installing. Installing.
Getting section template. Getting section template.
...@@ -272,8 +264,6 @@ You can specify the mode for rendered file:: ...@@ -272,8 +264,6 @@ You can specify the mode for rendered file::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
And the generated file with have the right permissions:: And the generated file with have the right permissions::
...@@ -314,8 +304,6 @@ imported:: ...@@ -314,8 +304,6 @@ imported::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('bar') >>> cat('bar')
FOO ! FOO !
...@@ -339,8 +327,6 @@ Just like context definition, it also works with indirect values:: ...@@ -339,8 +327,6 @@ Just like context definition, it also works with indirect values::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('bar') >>> cat('bar')
FOO ! FOO !
...@@ -387,8 +373,6 @@ All templates can be accessed inside both folders:: ...@@ -387,8 +373,6 @@ All templates can be accessed inside both folders::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('bar') >>> cat('bar')
a1foo a1foo
a2foo a2foo
...@@ -429,8 +413,6 @@ path):: ...@@ -429,8 +413,6 @@ path)::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('bar') >>> cat('bar')
a1foo a1foo
a2foo a2foo
...@@ -466,8 +448,6 @@ will be installed as dependency:: ...@@ -466,8 +448,6 @@ will be installed as dependency::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
This way you can get options which are computed in the ``__init__`` of This way you can get options which are computed in the ``__init__`` of
the dependent recipe. the dependent recipe.
...@@ -523,8 +503,6 @@ Let's just use ``buildout.cfg`` using this egg:: ...@@ -523,8 +503,6 @@ Let's just use ``buildout.cfg`` using this egg::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('foo') >>> cat('foo')
foobar foobar
......
...@@ -30,8 +30,6 @@ We run buildout:: ...@@ -30,8 +30,6 @@ We run buildout::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
And the output file has been parsed by buildout itself:: And the output file has been parsed by buildout itself::
...@@ -82,8 +80,6 @@ And run buildout, and see the result:: ...@@ -82,8 +80,6 @@ And run buildout, and see the result::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('template.out') >>> cat('template.out')
template template
...@@ -104,8 +100,6 @@ If the md5sum doesn't match, the buildout fail:: ...@@ -104,8 +100,6 @@ If the md5sum doesn't match, the buildout fail::
>>> print system(join('bin', 'buildout')), >>> print system(join('bin', 'buildout')),
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
While: While:
Installing. Installing.
Getting section template. Getting section template.
...@@ -137,8 +131,6 @@ You can specify the mode of the written file:: ...@@ -137,8 +131,6 @@ You can specify the mode of the written file::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
And the generated file with have the right permissions:: And the generated file with have the right permissions::
...@@ -176,8 +168,6 @@ will be installed as dependency:: ...@@ -176,8 +168,6 @@ will be installed as dependency::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
This way you can get options which are computed in the ``__init__`` of This way you can get options which are computed in the ``__init__`` of
the dependent recipe. the dependent recipe.
...@@ -232,7 +222,5 @@ Let's just use ``buildout.cfg`` using this egg:: ...@@ -232,7 +222,5 @@ Let's just use ``buildout.cfg`` using this egg::
Installing template. Installing template.
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/ Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('template.out') >>> cat('template.out')
foobar foobar
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment