Blosc / bloscpack

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

make cmdline tests more resilient #106

Closed esc closed 3 years ago

esc commented 3 years ago

As the internals of the blosc library change, this kept breaking the command line tests since these had certain values, like blocksize, hardcoded. We replace these dependent values with globs to provide greater test stability.

esc commented 3 years ago

This is good, command line tests pass again.