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