mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Calls pytest directly
This commit is contained in:
parent
3c8cfa8197
commit
b55ea4014e
2
Makefile
2
Makefile
|
@ -80,7 +80,7 @@ release-test:
|
|||
python selftest.py
|
||||
python -m pytest Tests
|
||||
python setup.py install
|
||||
python test-installed.py
|
||||
python -m pytest -qq
|
||||
check-manifest
|
||||
pyroma .
|
||||
viewdoc
|
||||
|
|
|
@ -33,8 +33,8 @@ Or with coverage::
|
|||
|
||||
To run an individual test::
|
||||
|
||||
./test-installed.py Tests/test_image.py
|
||||
pytest Tests/test_image.py
|
||||
|
||||
Run all the tests from the root of the Pillow source distribution::
|
||||
|
||||
./test-installed.py
|
||||
pytest
|
||||
|
|
Loading…
Reference in New Issue
Block a user