191
193
my_config = config.GlobalConfig()
193
195
def test_calls_read_filenames(self):
194
198
# replace the class that is constructured, to check its parameters
195
199
oldparserclass = config.ConfigParser
196
200
config.ConfigParser = InstrumentedConfigParser