Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/httpie/cli
/ create_temp_config_dir
Method
create_temp_config_dir
tests/utils/__init__.py:165–167 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
163
return
super().config
164
165
def
create_temp_config_dir(self):
166
self.config_dir = mk_config_dir()
167
self._delete_config_dir = True
168
169
def
cleanup(self):
170
self.devnull.close()
Callers
3
test_config_file_not_valid
Function · 0.95
test_config_file_inaccessible
Function · 0.95
config
Method · 0.95
Calls
1
mk_config_dir
Function · 0.85
Tested by
2
test_config_file_not_valid
Function · 0.76
test_config_file_inaccessible
Function · 0.76