mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
--cov-append
This commit is contained in:
parent
e30433e4b2
commit
ecf37e59f8
|
@ -6,9 +6,9 @@ coverage erase
|
|||
python setup.py clean
|
||||
CFLAGS="-coverage" python setup.py build_ext --inplace
|
||||
|
||||
coverage run --append --include=PIL/* selftest.py
|
||||
# coverage run --append --include=PIL/* -m nose -vx Tests/test_*.py TODO remove
|
||||
py.test -v --cov PIL --cov-report term Tests
|
||||
coverage run --append --include="PIL/*" selftest.py
|
||||
# coverage run --append --include="PIL/*" -m nose -vx Tests/test_*.py TODO remove
|
||||
py.test -v --cov PIL --cov-append --cov-report term Tests
|
||||
pushd /tmp/check-manifest && check-manifest --ignore ".coveragerc,.editorconfig,*.yml,*.yaml,tox.ini" && popd
|
||||
|
||||
# Docs
|
||||
|
|
Loading…
Reference in New Issue
Block a user