view tests/test_include.txt @ 89:7fdd934855bf

needs a bit more thought
author Jeff Hammel <k0scist@gmail.com>
date Fri, 21 Mar 2014 23:04:01 -0700
parents 29ca60f428cc
children
line wrap: on
line source

Test IniFactory
===============

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)