MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / start

Method start

tools/shell/test/conftest.py:144–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

142 return TestResult(stdout, stderr, res.returncode)
143
144 def start(self) -> None:
145 command = " ".join(self.arguments)
146
147 my_env = os.environ.copy()
148 for key, val in self.environment.items():
149 my_env[key] = val
150
151 self.shell_process = pexpect.spawn(command, encoding="utf_8", env=my_env)
152
153 def send_finished_statement(self, stmt: str) -> None:
154 if self.shell_process:

Callers 8

multilineFunction · 0.95
singlelineFunction · 0.95
test_search_next_topFunction · 0.45
test_enterFunction · 0.45
test_search_badFunction · 0.45

Calls 2

joinMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected