tests/run-tests.py
changeset 48875 6000f5b25c9b
parent 48867 f547a5dee234
child 48880 431084a68c4a
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    40 #
    40 #
    41 # (You could use any subset of the tests: test-s* happens to match
    41 # (You could use any subset of the tests: test-s* happens to match
    42 # enough that it's worth doing parallel runs, few enough that it
    42 # enough that it's worth doing parallel runs, few enough that it
    43 # completes fairly quickly, includes both shell and Python scripts, and
    43 # completes fairly quickly, includes both shell and Python scripts, and
    44 # includes some scripts that run daemon processes.)
    44 # includes some scripts that run daemon processes.)
    45 
       
    46 from __future__ import absolute_import, print_function
       
    47 
    45 
    48 
    46 
    49 import argparse
    47 import argparse
    50 import collections
    48 import collections
    51 import contextlib
    49 import contextlib