Mercurial > hg > MakeItSo
comparison examples/doctest.txt @ 51:9a0014a760d1
missed an interactive=False
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Thu, 06 Jan 2011 12:13:45 -0800 |
| parents | 6b4c8f23192f |
| children | 0152741621c1 |
comparison
equal
deleted
inserted
replaced
| 50:d6f7adcf40e5 | 51:9a0014a760d1 |
|---|---|
| 53 'It' | 53 'It' |
| 54 >>> shutil.rmtree(tempdir) | 54 >>> shutil.rmtree(tempdir) |
| 55 | 55 |
| 56 Mixed case: | 56 Mixed case: |
| 57 | 57 |
| 58 >>> template = makeitso.PolyTemplate([example, exampledir]) | 58 >>> template = makeitso.PolyTemplate([example, exampledir], interactive=False) |
| 59 >>> variables = sorted(template.missing()) | 59 >>> variables = sorted(template.missing()) |
| 60 >>> variables | 60 >>> variables |
| 61 ['bar', 'foo', 'name', 'subdir'] | 61 ['bar', 'foo', 'name', 'subdir'] |
| 62 | 62 |
| 63 You need to provide output for mixing files and directory templates: | 63 You need to provide output for mixing files and directory templates: |
