File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11python.exe -c " from PIL import Image"
22IF ERRORLEVEL 1 EXIT /B
3- python.exe -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests
3+ python.exe -bb -m pytest -vv -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests
Original file line number Diff line number Diff line change 44
55python3 -c " from PIL import Image"
66
7- python3 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests $REVERSE
7+ python3 -bb -m pytest -vv -x -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests $REVERSE
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cd $pillow
2323if (! $? ) { exit $LASTEXITCODE }
2424& $venv \Scripts\$python selftest.py
2525if (! $? ) { exit $LASTEXITCODE }
26- & $venv \Scripts\$python - m pytest - vx Tests\check_wheel.py
26+ & $venv \Scripts\$python - m pytest - vv - x Tests\check_wheel.py
2727if (! $? ) { exit $LASTEXITCODE }
28- & $venv \Scripts\$python - m pytest - vx Tests
28+ & $venv \Scripts\$python - m pytest - vv - x Tests
2929if (! $? ) { exit $LASTEXITCODE }
Original file line number Diff line number Diff line change 3535
3636# Runs tests
3737python3 selftest.py
38- python3 -m pytest Tests/check_wheel.py
39- python3 -m pytest
38+ python3 -m pytest -vv -x Tests/check_wheel.py
39+ python3 -m pytest -vv -x
Original file line number Diff line number Diff line change 2424%PYTHON%\python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor .
2525path C:\Pillow\winbuild\build\bin;%PATH%
2626%PYTHON%\python.exe selftest.py
27- %PYTHON%\python.exe -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
27+ %PYTHON%\python.exe -m pytest -vv -x --cov PIL --cov Tests --cov-report term --cov-report xml Tests
2828%PYTHON%\python.exe -m pip wheel -v -C raqm=vendor -C fribidi=vendor .
2929```
Original file line number Diff line number Diff line change @@ -124,5 +124,5 @@ Here's an example script to build on Windows::
124124 %PYTHON%\python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor .
125125 path C:\Pillow\winbuild\build\bin;%PATH%
126126 %PYTHON%\python.exe selftest.py
127- %PYTHON%\python.exe -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
127+ %PYTHON%\python.exe -m pytest -vv -x --cov PIL --cov Tests --cov-report term --cov-report xml Tests
128128 %PYTHON%\python.exe -m pip wheel -v -C raqm=vendor -C fribidi=vendor .
You can’t perform that action at this time.
0 commit comments