Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ pastebin
Method
pastebin
testing/test_pastebin.py:108–109 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
106
class
TestPaste:
107
@pytest.fixture
108
def
pastebin(self, request):
109
return
request.config.pluginmanager.getplugin(
"pastebin"
)
110
111
@pytest.fixture
112
def
mocked_urlopen_invalid(self, monkeypatch: MonkeyPatch):
Callers
nothing calls this directly
Calls
1
getplugin
Method · 0.80
Tested by
no test coverage detected