HomeSort by relevance Sort by last modified time
    Searched refs:patcher1 (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/cros/network/
rf_switch_ap_box_test.py 31 self.patcher1 = mock.patch('autotest_lib.server.frontend.Host')
33 self.mock_host = self.patcher1.start()
41 self.patcher1.stop()
rf_switch_utils_test.py 17 self.patcher1 = mock.patch('autotest_lib.server.frontend.AFE')
19 self.mock_afe = self.patcher1.start()
25 self.patcher1.stop()
  /external/autotest/site_utils/deployment/
install_unittest.py 59 patcher1 = mock.patch.object(
66 self.patchers.extend([patcher1, patcher2])
  /external/python/cpython3/Lib/unittest/test/testmock/
testpatch.py     [all...]
  /external/python/mock/mock/tests/
testpatch.py     [all...]

Completed in 68 milliseconds