============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.6.11, py-1.11.0, pluggy-0.13.1 rootdir: /build/python2-wheel/src/wheel-0.37.1, inifile: setup.cfg, testpaths: tests plugins: cov-2.12.1 collected 63 items tests/test_bdist_wheel.py .s.....s.... [ 19%] tests/test_macosx_libfile.py ........... [ 36%] tests/test_metadata.py . [ 38%] tests/test_pkginfo.py . [ 39%] tests/test_tagopt.py s............ [ 60%] tests/test_wheelfile.py .................. [ 88%] tests/cli/test_convert.py .. [ 92%] tests/cli/test_pack.py .... [ 98%] tests/cli/test_unpack.py . [100%] ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Cover Missing ----------------------------------------------------------- src/wheel/__init__.py 1 0 100% src/wheel/__main__.py 10 10 0% 5-19 src/wheel/bdist_wheel.py 276 43 84% 35, 64-67, 83, 98-107, 120-122, 207-208, 219, 231, 260, 263, 279-280, 326-327, 342, 379, 404-407, 453-461, 465-467 src/wheel/cli/__init__.py 56 41 27% 15-16, 24-25, 29-30, 34-35, 39-40, 44-73, 77-88 src/wheel/cli/convert.py 157 96 39% 34, 41, 51-56, 124-159, 163-249, 261, 264-265, 269 src/wheel/cli/pack.py 51 3 94% 27, 29, 47 src/wheel/cli/unpack.py 12 0 100% src/wheel/macosx_libfile.py 152 9 94% 236, 268-269, 289-290, 295, 300-302, 410 src/wheel/metadata.py 76 12 84% 33, 96-105, 117-118, 129 src/wheel/pkginfo.py 29 15 48% 9-10, 16, 27-43 src/wheel/util.py 29 7 76% 16-23, 40 src/wheel/wheelfile.py 120 5 96% 18-21, 96-97 ----------------------------------------------------------- TOTAL 969 241 75% ==================== 60 passed, 3 skipped in 13.70 seconds =====================