blob: 2e2ba57e7f95428448b2b45c18f52e9bee72f4d1 [file] [log] [blame]
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
DEPS = [
'math_utils',
]
def RunSteps(api):
api.math_utils.mean([])
def GenTests(api):
yield api.test(
'basic',
api.expect_exception('ValueError'),
)