Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ tearDown
Method
tearDown
tests/unit/test_utils.py:212–213 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
210
self.mock_is_a_tty.return_value = True
211
212
def
tearDown(self):
213
self.patch_tty.stop()
214
215
def
set_session_pager(self, pager):
216
self.session.get_component.return_value.get_config_variable.return_value = pager
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected