MCPcopy
hub / github.com/getsentry/sentry / initialize

Method initialize

src/sentry/testutils/cases.py:1052–1055  ·  view source on GitHub ↗
(self, request, call_snuba)

Source from the content-addressed store, hash-verified

1050
1051 @pytest.fixture(autouse=True)
1052 def initialize(self, request, call_snuba):
1053 if self.reset_snuba_data:
1054 request.getfixturevalue("reset_snuba")
1055 self.call_snuba = call_snuba
1056
1057 def create_project(self, **kwargs) -> Project:
1058 if "flags" not in kwargs:

Callers 1

setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected