Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Reep committed Sep 21, 2024
1 parent f5c0d53 commit 306de75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiasco/tests/test_gaunt.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def gaunt_factor(hdf5_dbase_root):
def test_properties_exist(gaunt_factor, property):
assert hasattr(gaunt_factor, property)

#@pytest.mark.requires_dbase_version('>= 9.0.1')
@pytest.mark.requires_dbase_version('>= 9.0.1')
@pytest.mark.parametrize(('property'), [('_itoh_integrated_gaunt'), ('_itoh_integrated_gaunt_nonrel')])
def test_itoh_properties_exist(gaunt_factor, property):
assert hasattr(gaunt_factor, property)

Check warning on line 27 in fiasco/tests/test_gaunt.py

View check run for this annotation

Codecov / codecov/patch

fiasco/tests/test_gaunt.py#L27

Added line #L27 was not covered by tests
Expand Down

0 comments on commit 306de75

Please sign in to comment.