1
"""Automatically loaded on py.test runs"""
3
def pytest_configure(config):
4
"""Hook for collecting and handling py.test options, and for doing other
5
broad test setup procedures such as creating a temporary working dir."""
7
print config.mktemp('duplicity').chdir()