MCPcopy Create free account
hub / github.com/Azure/azure-storage-python / recording_test

Function recording_test

tests/testcase.py:376–378  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

374
375def record(test):
376 def recording_test(self):
377 with self.recording():
378 test(self)
379 recording_test.__name__ = test.__name__
380 return recording_test
381

Callers

nothing calls this directly

Calls 1

recordingMethod · 0.80

Tested by

no test coverage detected