Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 7d898f2

Browse files
authored
Merge pull request #162 from radarhere/test_images
Use pillow-depends test images
2 parents 7942355 + 8226556 commit 7d898f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.sh

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ function run_tests {
9797
fi
9898
pip install numpy
9999

100+
mv ../pillow-depends-master/test_images/* ../Pillow/Tests/images
101+
100102
# Runs tests on installed distribution from an empty directory
101103
(cd ../Pillow && run_tests_in_repo)
102104
# Test against expected codecs, modules and features

0 commit comments

Comments
 (0)