Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ tearDown
Method
tearDown
tests/unit/test_help.py:70–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
self.renderer = PosixHelpRenderer()
69
70
def
tearDown(self):
71
self.environ_patch.stop()
72
73
def
test_no_env_vars(self):
74
self.assertEqual(
Callers
1
tearDown
Method · 0.45
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected