Skip to content

Problem using Pylons/webtest #61

@fmigneault

Description

@fmigneault

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions