/external/python/mock/mock/tests/ |
testmock.py | [all...] |
/external/python/cpython3/Lib/unittest/test/testmock/ |
testmock.py | [all...] |
/external/autotest/server/hosts/ |
afe_store_unittest.py | 76 any_order=True)
|
/external/tensorflow/tensorflow/contrib/opt/python/training/ |
external_optimizer_test.py | 336 loss_callback.assert_has_calls(loss_calls, any_order=True)
|
/external/tensorflow/tensorflow/python/debug/lib/ |
debug_data_test.py | 304 fake.assert_has_calls(expected_calls, any_order=True)
|
/external/pdfium/third_party/pymock/ |
mock.py | 849 def assert_has_calls(self, calls, any_order=False): 853 If `any_order` is False (the default) then the calls must be 857 If `any_order` is True then the calls can be in any order, but 859 if not any_order: [all...] |
/external/python/cpython2/Lib/test/ |
_mock_backport.py | 801 def assert_has_calls(self, calls, any_order=False): 805 If `any_order` is False (the default) then the calls must be 809 If `any_order` is True then the calls can be in any order, but 813 if not any_order: [all...] |
/external/python/cpython3/Lib/unittest/ |
mock.py | 843 def assert_has_calls(self, calls, any_order=False): 847 If `any_order` is False (the default) then the calls must be 851 If `any_order` is True then the calls can be in any order, but 856 if not any_order: [all...] |
/external/python/mock/mock/ |
mock.py | 951 def assert_has_calls(self, calls, any_order=False): 955 If `any_order` is False (the default) then the calls must be 959 If `any_order` is True then the calls can be in any order, but 964 if not any_order: [all...] |
/external/python/cpython3/Lib/test/ |
test_tarfile.py | [all...] |