MCPcopy
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
2472class 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_asMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected