comparison 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
comparison
equal deleted inserted replaced
60:cc361ad8a692 61:926caecf385d
40 ['one', 'one', 'two', 'three', 5] 40 ['one', 'one', 'two', 'three', 5]
41 41
42 A different kind of wrapper, [foo:@:fibonacci]:: 42 A different kind of wrapper, [foo:@:fibonacci]::
43 43
44 >>> fib = inifactory.load('foo') 44 >>> fib = inifactory.load('foo')
45 >>> 'objects.py.Wrapper' in repr(fib)
46 True
47 >>> inifactory.config['foo']['kwargs']['app']
48 '%(fibonacci)s'