Skip to content

Instantly share code, notes, and snippets.

@suryakencana007
Created January 7, 2017 08:39
Show Gist options
  • Save suryakencana007/0bc9032132f3e69035c951586b0b44da to your computer and use it in GitHub Desktop.
Save suryakencana007/0bc9032132f3e69035c951586b0b44da to your computer and use it in GitHub Desktop.
call for INI file at testing
from pyramid.paster import get_appsettings
settings = get_appsettings('test.ini', name='main')
app = main(settings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment