Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Aider-AI/aider
/ tearDown
Method
tearDown
tests/basic/test_ssl_verification.py:18–20 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
os.environ[
"AIDER_ANALYTICS"
] =
"false"
17
18
def
tearDown(self):
19
os.environ.clear()
20
os.environ.update(self.original_env)
21
22
@patch(
"aider.io.InputOutput.offer_url"
)
23
@patch(
"aider.models.ModelInfoManager.set_verify_ssl"
)
Callers
nothing calls this directly
Calls
1
update
Method · 0.80
Tested by
no test coverage detected