Mercurial > hg > pyloader
diff tests/test_factory.txt @ 85:418289c0fe3c
STUB: tests/test_call.txt tests/test_factory.txt
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 21 Mar 2014 21:50:16 -0700 |
parents | b98cc94ffcfa |
children |
line wrap: on
line diff
--- a/tests/test_factory.txt Fri Mar 21 21:29:24 2014 -0700 +++ b/tests/test_factory.txt Fri Mar 21 21:50:16 2014 -0700 @@ -13,7 +13,7 @@ Make a configuration:: - >>> config = {'': {'path': objects + ':stringsort', 'args': ['foo', 'bar']}} + >>> config = {'': {'path': objects + ':stringsort', 'args': ['foo', 'bar']}} Load it:: @@ -32,4 +32,3 @@ >>> obj = factory.load() >>> obj('foobar') 'PRE:abfoor' -