view tests/test_include.txt @ 96:9dbdcb1adca1 default tip

py3
author Jeff Hammel <k0scist@gmail.com>
date Tue, 03 Nov 2020 10:49:55 -0800
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)