Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pre-commit/pre-commit
/ test_noop
Function
test_noop
tests/envcontext_test.py:24–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
24
def
test_noop():
25
_test(before={
'foo'
:
'bar'
}, patch=(), expected={
'foo'
:
'bar'
})
26
27
28
def
test_adds():
Callers
nothing calls this directly
Calls
1
_test
Function · 0.85
Tested by
no test coverage detected