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

Use pillow-depends test images #162

Merged
merged 1 commit into from
Sep 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ function run_tests {
fi
pip install numpy

mv ../pillow-depends-master/test_images/* ../Pillow/Tests/images

# Runs tests on installed distribution from an empty directory
(cd ../Pillow && run_tests_in_repo)
# Test against expected codecs, modules and features
Expand Down