Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dtest_push_unittest.py20 from autotest_lib.site_utils import test_push
35 test_push.EXPECTED_TEST_RESULTS = {
40 test_push.TKO = None
54 self.mox.StubOutWithMock(test_push, 'check_dut_image')
55 test_push.check_dut_image(mox.IgnoreArg(), mox.IgnoreArg()).AndReturn(
58 self.mox.StubOutWithMock(test_push, 'do_run_suite')
59 test_push.do_run_suite(
60 test_push.PUSH_TO_PROD_SUITE, mox.IgnoreArg(), mox.IgnoreArg(),
76 test_push.test_suite(test_push.PUSH_TO_PROD_SUITE, test_views,
77 arguments=test_push.parse_arguments(self._ARGV))
[all …]
/external/python/cpython3/Lib/test/
Dtest_asynchat.py241 def test_push(self): member in TestAsynchat
Dtest_contextlib.py616 def test_push(self): member in TestBaseExitStack
/external/protobuf/ruby/tests/
Drepeated_field_test.rb222 def test_push method in RepeatedFieldTest
/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Drepeated_field_test.rb208 def test_push method in RepeatedFieldTest