-
Notifications
You must be signed in to change notification settings - Fork 23
Problem using Pylons/webtest #61
Copy link
Copy link
Open
Description
I'm trying to use Pylons/webtest for validation of my app.
In normal conditions, using ziggurat_foundations.ext.pyramid.sign_in with ziggurat_foundations.sign_in.sign_in_pattern = /signin_internal in my config, I can successfully route the app url using ziggurat.routes.sign_in. Login works as intended.
When using the same procedure with webtest.TestApp, the /signin_internal route returns an 500 response caused by HTTPConnectionPool with max retries exceeded, like if the path didn't exist.
Integration between pyramid and ziggurat seems to be very advanced and solid, so I'm wondering what could be the source of this problem? Any leads or suggestions where to investigate for error causes?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels