# -*- 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.""" |