Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de210a2

Browse files
committed
Merge pull request python-pillow#153 from manisandro/tempfile
Add tempfile for test output
2 parents 2e88848 + e3cb307 commit de210a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_file_tiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_g4_write():
126126
file = "Tests/images/lena_g4_500.tif"
127127
orig = Image.open(file)
128128

129-
out = "temp.tif"
129+
out = tempfile("temp.tif")
130130
rot = orig.transpose(Image.ROTATE_90)
131131
assert_equal(rot.size,(500,500))
132132
rot.save(out)

0 commit comments

Comments
 (0)