Mercurial > hg > pyloader
view tests/test_include.txt @ 98:d59f0425d705 default tip
version bump
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 27 May 2024 16:20:52 -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)