Mercurial > hg > pyloader
view tests/test_include.txt @ 93:93cf6ebe8a94
more -> python3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 10 May 2020 14:47:03 -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)