Home
last modified time | relevance | path

Searched refs:assertIsNot (Results 1 – 25 of 93) sorted by relevance

1234

/external/python/cpython3/Lib/test/
Dtest_copy.py110 self.assertIsNot(y, x)
114 self.assertIsNot(y, x)
128 self.assertIsNot(y, x)
132 self.assertIsNot(y, x)
138 self.assertIsNot(y, x)
142 self.assertIsNot(y, x)
154 self.assertIsNot(y, x)
158 self.assertIsNot(y, x)
205 self.assertIsNot(y, x)
222 self.assertIsNot(y, x)
[all …]
Dtest_bool.py44 self.assertIsNot(int(False), False)
46 self.assertIsNot(int(True), True)
50 self.assertIsNot(float(False), False)
52 self.assertIsNot(float(True), True)
56 self.assertIsNot(+False, False)
58 self.assertIsNot(-False, False)
60 self.assertIsNot(abs(False), False)
62 self.assertIsNot(+True, True)
65 self.assertIsNot(abs(True), True)
75 self.assertIsNot(False+False, False)
[all …]
Dtest_xml_dom_minicompat.py93 self.assertIsNot(unpickled, node_list)
101 self.assertIsNot(unpickled, node_list)
108 self.assertIsNot(copied, node_list)
115 self.assertIsNot(copied, node_list)
124 self.assertIsNot(copied, node_list)
131 self.assertIsNot(copied, node_list)
134 self.assertIsNot(x, y)
Dtest_select.py43 self.assertIsNot(r, w)
44 self.assertIsNot(r, x)
45 self.assertIsNot(w, x)
Dtest_frame.py42 self.assertIsNot(None, wr())
108 self.assertIsNot(None, wr())
Dtest_strptime.py591 self.assertIsNot(original_time_re, _strptime._TimeRE_cache)
613 self.assertIsNot(locale_time_id, _strptime._TimeRE_cache.locale_time)
633 self.assertIsNot(first_time_re, second_time_re)
664 self.assertIsNot(first_time_re, second_time_re)
Dtest_plistlib.py313 self.assertIsNot(pl2['first'], pl2['second'])
331 self.assertIsNot(pl2['first'], pl2['second'])
349 self.assertIsNot(pl2['first'], pl2['second'])
Dtest_compile.py639 self.assertIsNot(f1.__code__, f2.__code__)
655 self.assertIsNot(f1.__code__, f2.__code__)
664 self.assertIsNot(f1.__code__, f2.__code__)
Dtest_finalization.py174 self.assertIsNot(wr(), None)
511 self.assertIsNot(wr(), None)
Dtest_http_cookies.py347 self.assertIsNot(morsel_a, morsel_b)
352 self.assertIsNot(morsel_a, morsel_b)
/external/python/cpython2/Lib/test/
Dtest_bool.py44 self.assertIsNot(int(False), False)
46 self.assertIsNot(int(True), True)
50 self.assertIsNot(float(False), False)
52 self.assertIsNot(float(True), True)
56 self.assertIsNot(long(False), False)
58 self.assertIsNot(long(True), True)
62 self.assertIsNot(+False, False)
64 self.assertIsNot(-False, False)
66 self.assertIsNot(abs(False), False)
68 self.assertIsNot(+True, True)
[all …]
Dtest_select.py27 self.assertIsNot(r, w)
28 self.assertIsNot(r, x)
29 self.assertIsNot(w, x)
Dtest_copy.py96 self.assertIsNot(y, x)
100 self.assertIsNot(y, x)
114 self.assertIsNot(y, x)
118 self.assertIsNot(y, x)
124 self.assertIsNot(y, x)
128 self.assertIsNot(y, x)
140 self.assertIsNot(y, x)
144 self.assertIsNot(y, x)
444 self.assertIsNot(y, x)
445 self.assertIsNot(y.foo, x.foo)
Dtest_strptime.py530 self.assertIsNot(original_time_re, _strptime._TimeRE_cache)
552 self.assertIsNot(locale_time_id, _strptime._TimeRE_cache.locale_time)
572 self.assertIsNot(first_time_re, second_time_re)
603 self.assertIsNot(first_time_re, second_time_re)
Dtest_functools.py180 self.assertIsNot(f_copy.attr, f.attr)
181 self.assertIsNot(f_copy.args, f.args)
182 self.assertIsNot(f_copy.args[0], f.args[0])
183 self.assertIsNot(f_copy.keywords, f.keywords)
184 self.assertIsNot(f_copy.keywords['bar'], f.keywords['bar'])
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
Ddata_unittest.py99 self.assertIsNot(struct, module.kinds[struct.spec])
100 self.assertIsNot(union, module.kinds[union.spec])
101 self.assertIsNot(interface, module.kinds[interface.spec])
102 self.assertIsNot(enum, module.kinds[enum.spec])
/external/python/cpython3/Lib/test/test_importlib/
Dtest_api.py243 self.assertIsNot(reloaded.__loader__, None)
322 self.assertIsNot(loader, None)
428 self.assertIsNot(module.__loader__, None)
430 self.assertIsNot(module.__loader__, None)
438 self.assertIsNot(module.__spec__, None)
440 self.assertIsNot(module.__spec__, None)
Dtest_windows.py75 self.assertIsNot(loader, None)
76 self.assertIsNot(spec, None)
/external/tensorflow/tensorflow/python/util/
Dtf_decorator_test.py240 self.assertIsNot(decorators[0], decorators[1])
241 self.assertIsNot(decorators[1], decorators[2])
242 self.assertIsNot(decorators[2], decorators[0])
/external/python/cpython2/Lib/unittest/test/
Dtest_result.py413 self.assertIsNot(real_out, sys.stdout)
414 self.assertIsNot(real_err, sys.stderr)
417 self.assertIsNot(sys.stdout, sys.stderr)
/external/python/cpython3/Lib/unittest/test/
Dtest_skipping.py50 self.assertIsNot(subtest, test)
54 self.assertIsNot(subtest, test)
Dtest_result.py540 self.assertIsNot(real_out, sys.stdout)
541 self.assertIsNot(real_err, sys.stderr)
544 self.assertIsNot(sys.stdout, sys.stderr)
/external/tensorflow/tensorflow/contrib/gan/python/
Dtrain_test.py543 self.assertIsNot(new_model.discriminator_gen_outputs,
559 self.assertIsNot(new_model.discriminator_gen_outputs,
561 self.assertIsNot(new_model.predicted_distributions,
577 self.assertIsNot(new_model.discriminator_gen_outputs,
579 self.assertIsNot(new_model.discriminator_gen_classification_logits,
/external/tensorflow/tensorflow/python/summary/
Dplugin_asset_test.py55 self.assertIsNot(epa, opa)
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py749 self.assertIsNot(mock, original)
956 self.assertIsNot(Foo, mock)
964 self.assertIsNot(Foo, mock)
1068 self.assertIsNot(m1, m2)
1081 self.assertIsNot(m1, m2)
1198 test.assertIsNot(Foo, original)
1434 self.assertIsNot(Foo.f, Foo.g)

1234