1 2 3 4 5 6 7
import pytest @pytest.yield_fixture def tmpdir_cwd(tmpdir): with tmpdir.as_cwd() as orig: yield orig