[go: nahoru, domu]

blob: 9161e843fb48cd8c0804238418425cc507d7b295 [file] [log] [blame]
Andrew Mellena2d71862022-11-10 19:01:241# Copyright 2022 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5PRESUBMIT_VERSION = '2.0.0'
6
Andrew Mellena2d71862022-11-10 19:01:247
8def CheckPythonTests(input_api, output_api):
9 return input_api.RunTests(
10 input_api.canned_checks.GetUnitTestsInDirectory(
11 input_api,
12 output_api,
13 input_api.PresubmitLocalPath(),
Takuto Ikutae108f102023-06-01 21:38:3014 files_to_check=[r'.+_(?:unit)?test\.py$']))