Skip to content

Commit

Permalink
Update misspelled pytest marks
Browse files Browse the repository at this point in the history
  • Loading branch information
b1quint committed Sep 30, 2020
1 parent 0f5814c commit 03f7f24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions geminidr/gmos/tests/longslit/test_make_slit_illum.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


@pytest.mark.gmosls
@pytest.mark.preprocessed
@pytest.mark.preprocessed_data
@pytest.mark.parametrize("ad", mosaicked_datasets, indirect=True)
def test_create_slit_illumination_with_mosaicked_data(ad, change_working_dir, request):
"""
Expand Down Expand Up @@ -107,7 +107,7 @@ def test_create_slit_illumination_with_mosaicked_data(ad, change_working_dir, re


@pytest.mark.gmosls
@pytest.mark.preprocessed
@pytest.mark.preprocessed_data
@pytest.mark.parametrize("ad", multiext_datasets, indirect=True)
def test_create_slit_illumination_with_multi_extension_data(ad, change_working_dir, request):
"""
Expand Down Expand Up @@ -277,7 +277,7 @@ def test_split_mosaic_into_extensions(request):
np.testing.assert_almost_equal(data1, data2, decimal=1)


@pytest.mark.preprocessed
@pytest.mark.preprocessed_data
@pytest.mark.parametrize("filename", datasets)
def test_split_mosaic_into_extensions_metadata(filename):
"""
Expand Down
4 changes: 2 additions & 2 deletions geminidr/gmos/tests/longslit/test_slit_illum_correct.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_slit_illum_correct_without_slit_illumination(astrofaker):


@pytest.mark.gmosls
@pytest.mark.preprocess
@pytest.mark.preprocessed_data
@pytest.mark.parametrize("input_data", same_roi_datasets, indirect=True)
def test_slit_illum_correct_same_roi(change_working_dir, input_data, request):
ad, slit_illum_ad = input_data
Expand Down Expand Up @@ -100,7 +100,7 @@ def test_slit_illum_correct_same_roi(change_working_dir, input_data, request):


@pytest.mark.gmosls
@pytest.mark.preprocess
@pytest.mark.preprocessed_data
@pytest.mark.parametrize("input_data", different_roi_datasets, indirect=True)
def test_slit_illum_correct_different_roi(change_working_dir, input_data, request):

Expand Down

0 comments on commit 03f7f24

Please sign in to comment.