26
26
# want to move feature to its own module though.
27
27
from bzrlib.tests import Feature
29
30
def strace(function, *args, **kwargs):
30
31
"""Invoke strace on function.
34
35
# capture strace output to a file
35
36
log_file = tempfile.TemporaryFile()