Skip to content

Commit

Permalink
Remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Feb 21, 2024
1 parent 8424c3d commit 0a2a1d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CIME/tests/test_unit_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ def test_check_case(self):

case.check_all_input_data.assert_called_with(chksum=True)

def test_check_case_test(self):
case = mock.MagicMock()
# get_value arguments TEST, COMP_WAV, COMP_INTERFACE, BUILD_COMPLETE
case.get_value.side_effect = [True, "", "", True]
case_submit.check_case(case, chksum=True)

case.check_all_input_data.assert_not_called()

@mock.patch("CIME.case.case_submit.lock_file")
@mock.patch("CIME.case.case_submit.unlock_file")
@mock.patch("os.path.basename")
Expand Down

0 comments on commit 0a2a1d7

Please sign in to comment.