deshaw / versioned-hdf5

Versioned HDF5 provides a versioned abstraction on top of h5py
https://deshaw.github.io/versioned-hdf5/
Other
76 stars 20 forks source link

Clean up `pytest` config; make test workflow print `hdf5` config #353

Closed peytondmurray closed 3 months ago

peytondmurray commented 3 months ago

This PR cleans up the pytest config, and adds a bit of crucial debugging information for the test workflow:

  1. The hdf5 config is now displayed before each test run starts
  2. Automatically use --import-mode=importlib in the default pytest addopts options, so that we don't have to remember to always run pytest --import-mode=importlib.