##// END OF EJS Templates
tests: pass in config ini into global configuration, same as the real app does.
marcink -
r2354:164d8f96 default
parent child Browse files
Show More
@@ -333,7 +333,7 b' def baseapp(ini_config, vcsserver, http_'
333 333 pyramid.paster.setup_logging(ini_config)
334 334
335 335 settings = get_app_config(ini_config)
336 app = make_pyramid_app({}, **settings)
336 app = make_pyramid_app({'__file__': ini_config}, **settings)
337 337
338 338 return app
339 339
General Comments 0
You need to be logged in to leave comments. Login now