projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
12934: Add .keep via manifest manipulation instead of creating real files
[arvados.git]
/
sdk
/
python
/
tests
/
slow_test.py
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
5
import __main__
6
import os
7
import unittest
8
9
slow_test = lambda _: unittest.skipIf(
10
__main__.short_tests_only,
11
"running --short tests only")