Home | Trees | Indices | Help |
---|
|
1 import os 2 import ConfigParser 3 4 #get project root directory path 5 from tlib.base import TestHelper 6 7 #get the project config file and read it 8 prj_config = ConfigParser.ConfigParser() #: ConfigParser that reads the projects configuration from config/config.ini 9 prj_config.read(os.path.join(TestHelper.tlib_config_folder(), 'config.ini')) 10
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 26 11:35:13 2014 | http://epydoc.sourceforge.net |