view tests/test_include.txt @ 97:5fc59dfa7aec

no more python2
author Jeff Hammel <k0scist@gmail.com>
date Mon, 27 May 2024 22:48:50 +0000
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)