Commit 8719d4d0 authored by Łukasz Nowak's avatar Łukasz Nowak

Make extensions deeper.

parent b5c7d97c
......@@ -466,6 +466,7 @@ used:
>>> write(server_data, 'baseD.cfg', """\
... [buildout]
... extends-cache = cache
... extends = baseC.cfg
... bar = foo
... """)
>>> mkdir(server_data, 'deeper')
......@@ -501,6 +502,8 @@ The URL http://localhost/baseB.cfg was downloaded.
The URL http://localhost/baseC.cfg was downloaded.
The URL http://localhost/deeper/base.cfg was downloaded.
The URL http://localhost/baseD.cfg was downloaded.
The URL http://localhost/baseC.cfg was downloaded.
The URL http://localhost/baseB.cfg was downloaded.
Unused options for buildout: 'bar' 'foo'.
>>> zc.buildout.download.Download.download = old_download
......
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