Blosc / bloscpack

Command line interface to and serialization format for Blosc
BSD 3-Clause "New" or "Revised" License
122 stars 27 forks source link

Fix running pytest with coverage #108

Closed esc closed 3 years ago

esc commented 3 years ago

Pytest and coverage would get confused for an unknown reason presumably related to installed packages vs. packages in the current directory. Not installing bloscpack and running pytest with PYTHONPATH=. fixes this issue.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+95.4%) to 95.39% when pulling 2b64660fd237362a977293a024ff4a618d69d44d on esc:fix_collecting_coverage into ae79b6d90e9cf0becf425fd7bbf3e9aa50816f43 on Blosc:master.

esc commented 3 years ago

Great, back to 95% coverage, this is cool.