Mercurial > hg > pyloader
view tests/test_include.txt @ 90:fa2c4db30e81
update setup.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 12 Apr 2017 11:46:57 -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)