view tests/test_include.txt @ 92:36f5d31c3ed6

partial upgrade to py3.7
author Jeff Hammel <k0scist@gmail.com>
date Sun, 10 May 2020 14:43:00 -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)