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 1
1
python.exe -c " from PIL import Image"
2
2
IF 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 4
4
5
5
python3 -c " from PIL import Image"
6
6
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
23
23
if (! $? ) { exit $LASTEXITCODE }
24
24
& $venv \Scripts\$python selftest.py
25
25
if (! $? ) { 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
27
27
if (! $? ) { exit $LASTEXITCODE }
28
- & $venv \Scripts\$python - m pytest - vx Tests
28
+ & $venv \Scripts\$python - m pytest - vv - x Tests
29
29
if (! $? ) { exit $LASTEXITCODE }
Original file line number Diff line number Diff line change 35
35
36
36
# Runs tests
37
37
python3 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 24
24
%PYTHON%\python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor .
25
25
path C:\Pillow\winbuild\build\bin;%PATH%
26
26
%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
28
28
%PYTHON%\python.exe -m pip wheel -v -C raqm=vendor -C fribidi=vendor .
29
29
```
Original file line number Diff line number Diff line change @@ -124,5 +124,5 @@ Here's an example script to build on Windows::
124
124
%PYTHON%\python.exe -m pip install -v -C raqm=vendor -C fribidi=vendor .
125
125
path C:\Pillow\winbuild\build\bin;%PATH%
126
126
%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
128
128
%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