Mercurial > hg > pyloader
view tests/test_include.txt @ 95:1a8b151888da
whitespace
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 10:46:43 -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)