mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
No need to run coverage on dev machines
This commit is contained in:
parent
0bb3f4fee9
commit
cc35bd70bc
|
@ -7,7 +7,8 @@ python setup.py clean
|
||||||
CFLAGS="-coverage" python setup.py build_ext --inplace
|
CFLAGS="-coverage" python setup.py build_ext --inplace
|
||||||
|
|
||||||
python selftest.py
|
python selftest.py
|
||||||
python setup.py test
|
python -m pytest -vx --cov PIL --cov-report term Tests
|
||||||
|
|
||||||
pushd /tmp/check-manifest && check-manifest --ignore ".coveragerc,.editorconfig,*.yml,*.yaml,tox.ini" && popd
|
pushd /tmp/check-manifest && check-manifest --ignore ".coveragerc,.editorconfig,*.yml,*.yaml,tox.ini" && popd
|
||||||
|
|
||||||
# Docs
|
# Docs
|
||||||
|
|
|
@ -33,7 +33,7 @@ Or with coverage::
|
||||||
|
|
||||||
To run an individual test::
|
To run an individual test::
|
||||||
|
|
||||||
pytest Tests/test_image.py
|
pytest -k 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::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user