Sha256: ca5e031103dd46d49ce360b2979aa9613e7197a2010752ad2a877105ca7d5267
Contents?: true
Size: 373 Bytes
Versions: 5
Compression:
Stored size: 373 Bytes
Contents
# Copyright 2017 the V8 project authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. def CheckChangeOnCommit(input_api, output_api): tests = input_api.canned_checks.GetUnitTestsInDirectory( input_api, output_api, '.', whitelist=['test_scripts.py$']) return input_api.RunTests(tests)
Version data entries
5 entries across 5 versions & 1 rubygems