changeset 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 cc361ad8a692
children 97800b02f636
files tests/test_ini.txt
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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'