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]
language str
workspace_path Path

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]
language str
repo_path Path