Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/data-apis/python-record-api
/ setUp
Method
setUp
record_api/test.py:13–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
12
class
BaseTest(unittest.TestCase):
13
def
setUp(self):
14
patcher = patch(
"record_api.core.log_call"
)
15
self.mock = patcher.start()
16
self.addCleanup(patcher.stop)
17
self.maxDiff = None
18
19
def
trace(self, source: str):
20
""
"
Callers
2
setUp
Method · 0.45
setUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected