mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
call tempdir
This commit is contained in:
parent
d3cbbc52c0
commit
3fef5198c8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ def test_indir():
|
|||
assert ![pwd].output.strip() != tmpdir
|
||||
|
||||
def test_rmtree():
|
||||
with tempfile.TemporaryDirectory as tmpdir:
|
||||
with tempfile.TemporaryDirectory() as tmpdir:
|
||||
with indir(tmpdir):
|
||||
mkdir rmtree_test
|
||||
pushd rmtree_test
|
||||
|
|
Loading…
Add table
Reference in a new issue