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

Method get_workdir

benchmarks/src/cli.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21
22class TestCase:
23 def get_workdir(self) -> Path:
24 return Path("benchmarks") / self.name()
25
26 def name(self) -> str:
27 def camel_to_kebab(s: str) -> str:

Callers 1

commandFunction · 0.80

Calls 1

nameMethod · 0.95

Tested by

no test coverage detected