Mercurial > hg > pyloader
diff tests/test_ini.txt @ 61:926caecf385d
check in a passing test for a change
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 09 Jun 2011 09:09:48 -0700 |
parents | 6b48dee5b92b |
children | 97800b02f636 |
line wrap: on
line diff
--- a/tests/test_ini.txt Thu Jun 09 09:07:08 2011 -0700 +++ b/tests/test_ini.txt Thu Jun 09 09:09:48 2011 -0700 @@ -42,3 +42,7 @@ A different kind of wrapper, [foo:@:fibonacci]:: >>> fib = inifactory.load('foo') + >>> 'objects.py.Wrapper' in repr(fib) + True + >>> inifactory.config['foo']['kwargs']['app'] + '%(fibonacci)s'