blob: f9f8c89583f6e2730d8472657a76843c139057d0 [file] [log] [blame]
# Copyright 2016 The LUCI Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
DEPS = [
'tempfile',
]
def RunSteps(api):
with api.tempfile.temp_dir('foo'):
pass
def GenTests(api):
yield api.test('basic')