Home
last modified time | relevance | path

Searched refs:mock_exception_logging (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/autotest/server/hosts/
H A Djetstream_host_unittest.py18 def test_cleanup(self, mock_cleanup, mock_exception_logging): argument
22 mock_exception_logging.assert_not_called()
26 def test_failed_cleanup(self, mock_cleanup, mock_exception_logging): argument
31 mock_exception_logging.assert_called()