Mercurial > hg > pyloader
diff tests/test_ini.txt @ 76:1339185cbd2d
add another test
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 09 Jun 2011 18:34:27 -0700 |
parents | 20bdb8125817 |
children | 122e3eddcdeb |
line wrap: on
line diff
--- a/tests/test_ini.txt Thu Jun 09 18:31:13 2011 -0700 +++ b/tests/test_ini.txt Thu Jun 09 18:34:27 2011 -0700 @@ -60,3 +60,6 @@ >>> extended = inifactory.load('extended-fibonacci') >>> [extended(i) for i in range(6)] ['one', 'one', 'two', 'three', 'five', 8] + >>> extended2 = inifactory.load('extended-fibonacci-2') + >>> [extended2(i) for i in range(6)] + ['one', 'one', 'two', 'three', 'five', 'eight']