Initial update for this module's unit tests on Linux
Signed-off-by: sweeneys <sweeneys@amazon.com>
This commit is contained in:
@@ -191,7 +191,7 @@ class TestSubprocessCheckCallWrapperSafe(unittest.TestCase):
|
||||
reason="tests.unit.test_process_utils is restricted to the Windows platform.")
|
||||
class TestCloseWindowsProcess(unittest.TestCase):
|
||||
|
||||
@mock.patch('ly_test_tools.environment.process_utils.WINDOWS', False)
|
||||
@mock.patch('ly_test_tools.WINDOWS', False)
|
||||
def test_CloseWindowsProccess_NotOnWindows_Error(self):
|
||||
with pytest.raises(NotImplementedError):
|
||||
process_utils.close_windows_process(1)
|
||||
|
||||
Reference in New Issue
Block a user