10236: Merge branch 'master' into 10236-disable-event-listening
[arvados.git] / sdk / python / tests / slow_test.py
1 import __main__
2 import os
3 import unittest
4
5 slow_test = lambda _: unittest.skipIf(
6     __main__.short_tests_only,
7     "running --short tests only")