comparison 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
comparison
equal deleted inserted replaced
86:2c315267390b 87:29ca60f428cc
1 Test IniFactory 1 Test IniFactory
2 =============== 2 ===============
3 3
4 Let's test the .ini factory:: 4 Let's test file inclusion. First a simple example without it for comparison::
5 5
6 >>> import os 6 >>> import os
7 >>> from pyloader.factory import IniFactory
8 >>> inifile = os.path.join(here, 'test.ini')
9 >>> inifactory = IniFactory(inifile)