blob: 990ff5fc4ccc9d2c3d83fc7da0a6460dc6b83259 [file] [log] [blame]
# -*- coding: utf-8 -*-
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Copied from https://chromium.googlesource.com/chromiumos/infra/recipes/+/master/recipe_modules/repo/.
from recipe_engine import recipe_test_api
class RepoTestApi(recipe_test_api.RecipeTestApi):
"""Helpers for testing the repo module."""