MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / make_default_env

Method make_default_env

tests/conftest.py:129–136  ·  view source on GitHub ↗
(self, log=True)

Source from the content-addressed store, hash-verified

127 self.do_final_check = False
128
129 def make_default_env(self, log=True):
130 env = os.environ.copy()
131 if log:
132 env["RUST_LOG"] = "tako=trace,hyperqueue=trace"
133 env["RUST_BACKTRACE"] = "full"
134 env["HQ_TEST"] = "1"
135 self.mock.update_env(env)
136 return env
137
138 @staticmethod
139 def server_args(server_dir="hq-server", debug=True):

Callers 3

start_serverMethod · 0.95
start_workerMethod · 0.95
commandMethod · 0.95

Calls 1

update_envMethod · 0.80

Tested by

no test coverage detected