utils.coding
run_tests
Run tests for a given language in the workspace.
async def run_tests(language: str, workspace_path: Path) -> dict[str, Any]languagestrworkspace_pathPath
setup_repo
Install dependencies for a repository and compile the code if applicable.
async def setup_repo(language: str, repo_path: Path) -> dict[str, Any]languagestrrepo_pathPath