mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +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 selftest.py
|
||||||
python -m pytest Tests
|
python -m pytest Tests
|
||||||
python setup.py install
|
python setup.py install
|
||||||
python test-installed.py
|
python -m pytest -qq
|
||||||
check-manifest
|
check-manifest
|
||||||
pyroma .
|
pyroma .
|
||||||
viewdoc
|
viewdoc
|
||||||
|
|
|
@ -33,8 +33,8 @@ Or with coverage::
|
||||||
|
|
||||||
To run an individual test::
|
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::
|
Run all the tests from the root of the Pillow source distribution::
|
||||||
|
|
||||||
./test-installed.py
|
pytest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user