tests/fsmonitor-run-tests.py
changeset 48875 6000f5b25c9b
parent 45830 c102b704edb5
child 49285 56f98406831b
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     9 #
     9 #
    10 # This is a wrapper around run-tests.py that spins up an isolated instance of
    10 # This is a wrapper around run-tests.py that spins up an isolated instance of
    11 # Watchman and runs the Mercurial tests against it. This ensures that the global
    11 # Watchman and runs the Mercurial tests against it. This ensures that the global
    12 # version of Watchman isn't affected by anything this test does.
    12 # version of Watchman isn't affected by anything this test does.
    13 
    13 
    14 from __future__ import absolute_import
       
    15 from __future__ import print_function
       
    16 
    14 
    17 import argparse
    15 import argparse
    18 import contextlib
    16 import contextlib
    19 import json
    17 import json
    20 import os
    18 import os