openzim / python-libzim

Libzim binding for Python: read/write ZIM files in Python
https://pypi.org/project/libzim/
GNU General Public License v3.0
62 stars 20 forks source link

tests: Skip if necessary ZIM file isn't present #76

Closed legoktm closed 4 years ago

legoktm commented 4 years ago

The large ZIM files used for tests are not included in the release tarball because of their size. But we still want the tests to pass in that case, so skip if the file is missing.

Fixes #68.

This is an alternative to #69.

codecov[bot] commented 4 years ago

Codecov Report

Merging #76 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #76   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           99        99           
=========================================
  Hits            99        99           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b36cc20...ff560ea. Read the comment docs.