Skip to content

feat: Add Pyramid test project#11

Merged
ericapisani merged 1 commit into
mainfrom
py-2350-create-pyramid-test-project
May 21, 2026
Merged

feat: Add Pyramid test project#11
ericapisani merged 1 commit into
mainfrom
py-2350-create-pyramid-test-project

Conversation

@ericapisani

Copy link
Copy Markdown
Member

Adds a Pyramid test project for integration testing with the Sentry SDK.

Similar to the existing Strawberry and aiohttp test projects, this provides a test setup for the Pyramid web framework.

Closes PY-2350

@linear-code

linear-code Bot commented May 21, 2026

Copy link
Copy Markdown

PY-2350

@ericapisani ericapisani merged commit 9f6daab into main May 21, 2026
10 checks passed
Comment thread test-pyramid/main.py

def message(request):
name = request.matchdict.get("name", "World")
return Response(f"Hello, {name}!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants