Skip to content

Commit

Permalink
Add additional test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Slavich committed Dec 2, 2020
1 parent b8d34e4 commit fd7e4b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,8 @@ def test_data_array(tmp_path):
@pytest.mark.parametrize("keyword,result", [
("BZERO", True),
("TFORM53", True),
("SIMPLE", True),
("EXTEND", True),
("INSTRUME", False),
])
def test_is_builtin_fits_keyword(keyword, result):
Expand Down

0 comments on commit fd7e4b1

Please sign in to comment.