provide temporary directories to test functions.
usage example:
def test_plugin(tmpdir): tmpdir.join("hello").write("hello")
return a temporary directory path object unique to each test function invocation, created as a sub directory of the base temporary directory. The returned object is a py.path.local path object.
Checkout customize, other plugins or get in contact.