Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/test_io_hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
import shutil
import os
import pathlib
import pytest

import healsparse


if not healsparse.io_map_hdf5.use_hdf5:
pytest.skip("Skipping hdf5 tests", allow_module_level=True)


class Hdf5IoTestCase(unittest.TestCase):
def test_hdf5_writeread(self):
"""
Expand Down