diff tests/test_include.txt @ 87:29ca60f428cc

STUB: tests/test.py tests/test_include.txt
author Jeff Hammel <k0scist@gmail.com>
date Fri, 21 Mar 2014 22:27:51 -0700
parents 2c315267390b
children
line wrap: on
line diff
--- a/tests/test_include.txt	Fri Mar 21 22:04:17 2014 -0700
+++ b/tests/test_include.txt	Fri Mar 21 22:27:51 2014 -0700
@@ -1,6 +1,9 @@
 Test IniFactory
 ===============
 
-Let's test the .ini factory::
+Let's test file inclusion.  First a simple example without it for comparison::
 
     >>> import os
+    >>> from pyloader.factory import IniFactory
+    >>> inifile = os.path.join(here, 'test.ini')
+    >>> inifactory = IniFactory(inifile)