Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsentry/sentry
/ setUp
Method
setUp
src/sentry/testutils/cases.py:2473–2475 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2471
2472
class
IntegrationRepositoryTestCase(APITestCase):
2473
def
setUp(self):
2474
super().setUp()
2475
self.login_as(self.user)
2476
2477
@pytest.fixture(autouse=True)
2478
def
responses_context(self):
Callers
nothing calls this directly
Calls
2
login_as
Method · 0.80
setUp
Method · 0.45
Tested by
no test coverage detected