esptest.scripts.fetch_repo module

esptest.scripts.fetch_repo.run_cmd(cmd, **kwargs)[source]
Parameters:
Return type:

None

esptest.scripts.fetch_repo.check_git_repo(repo_path)[source]
Parameters:

repo_path (str)

Return type:

None

esptest.scripts.fetch_repo.fetch_repo(url, path, ref, depth=None)[source]
Parameters:
Return type:

None

esptest.scripts.fetch_repo.parse_args(argv=None)[source]
Parameters:

argv (List[str] | None)

Return type:

Namespace

esptest.scripts.fetch_repo.main(argv=None)[source]
Parameters:

argv (List[str] | None)

Return type:

None