/third_party/python/Lib/test/ |
H A D | test_copy.py | 54 self.assertIsNot(x, y) 114 self.assertIsNot(y, x) 118 self.assertIsNot(y, x) 132 self.assertIsNot(y, x) 136 self.assertIsNot(y, x) 142 self.assertIsNot(y, x) 146 self.assertIsNot(y, x) 158 self.assertIsNot(y, x) 162 self.assertIsNot(y, x) 209 self.assertIsNot( [all...] |
H A D | test_bool.py | 33 self.assertIsNot(int(False), False) 35 self.assertIsNot(int(True), True) 39 self.assertIsNot(float(False), False) 41 self.assertIsNot(float(True), True) 51 self.assertIsNot(+False, False) 53 self.assertIsNot(-False, False) 55 self.assertIsNot(abs(False), False) 57 self.assertIsNot(+True, True) 60 self.assertIsNot(abs(True), True) 70 self.assertIsNot(Fals [all...] |
H A D | test_xml_dom_minicompat.py | 93 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)
|
H A D | test_frame.py | 47 self.assertIsNot(None, wr()) 61 self.assertIsNot(f.f_code, None) 62 self.assertIsNot(f.f_locals, None) 63 self.assertIsNot(f.f_builtins, None) 64 self.assertIsNot(f.f_globals, None) 146 self.assertIsNot(None, wr()) 366 self.assertIsNot(
|
H A D | test_select.py | 47 self.assertIsNot(r, w) 48 self.assertIsNot(r, x) 49 self.assertIsNot(w, x)
|
H A D | test_frozen.py | 37 self.assertIsNot(__phello__.__spec__.loader, 51 self.assertIsNot(spam.__spec__.loader,
|
H A D | test_slice.py | 277 self.assertIsNot(s, c) 279 self.assertIsNot(s.start, c.start) 280 self.assertIsNot(s.stop, c.stop) 281 self.assertIsNot(s.step, c.step)
|
H A D | test_mimetypes.py | 207 self.assertIsNot(suffix_map, mimetypes.suffix_map) 208 self.assertIsNot(encodings_map, mimetypes.encodings_map) 209 self.assertIsNot(types_map, mimetypes.types_map) 210 self.assertIsNot(common_types, mimetypes.common_types)
|
H A D | test_class.py | 596 self.assertIsNot(name, '__add__') # not interned 601 self.assertIsNot(name2, '__add__') 602 self.assertIsNot(name2, name)
|
H A D | test_weakset.py | 466 self.assertIsNot(dup, s) 474 self.assertIsNot(dup, s) 476 self.assertIsNot(dup.x, s.x) 478 self.assertIsNot(dup.z, s.z)
|
H A D | test_strptime.py | 657 self.assertIsNot(original_time_re, _strptime._TimeRE_cache) 679 self.assertIsNot(locale_time_id, _strptime._TimeRE_cache.locale_time) 699 self.assertIsNot(first_time_re, second_time_re) 730 self.assertIsNot(first_time_re, second_time_re)
|
H A D | test_xxlimited.py | 35 self.assertIsNot(self.module.Str, str)
|
H A D | test_scope.py | 203 self.assertIsNot(cell_eggs, cell_closure) 229 self.assertIsNot(cell_eggs, cell_closure)
|
H A D | test_http_cookies.py | 362 self.assertIsNot(morsel_a, morsel_b) 367 self.assertIsNot(morsel_a, morsel_b)
|
H A D | test_raise.py | 318 self.assertIsNot(e.__context__, context) 331 self.assertIsNot(e.__context__, context)
|
H A D | test_finalization.py | 191 self.assertIsNot(wr(), None) 530 self.assertIsNot(wr(), None)
|
H A D | test_bytes.py | 1308 self.assertIsNot(b, bb) 1610 self.assertIsNot(b, b.replace(b'abc', b'cde', 0)) 1614 self.assertIsNot(x, x.translate(t)) 1620 self.assertIsNot(b, c) 1630 self.assertIsNot(b, c) 1847 self.assertIsNot(b.replace(b'', b''), b) 1906 self.assertIsNot(val, newval, 1913 self.assertIsNot(val, newval, 1918 self.assertIsNot(val, newval) 1952 self.assertIsNot(_ [all...] |
H A D | test_interpreters.py | 591 self.assertIsNot(obj, orig) 649 self.assertIsNot(obj, orig) 658 self.assertIsNot(obj, orig)
|
H A D | test_ordered_dict.py | 294 self.assertIsNot(dup, od, msg) 308 self.assertIsNot(dup.x, od.x) 310 self.assertIsNot(dup.z, od.z) 357 self.assertIsNot(dup, od)
|
H A D | test_context.py | 460 self.assertIsNot(h, h2) 470 self.assertIsNot(h2, h3) 496 self.assertIsNot(h1, h2) 499 self.assertIsNot(h1.get('key'), h2.get('key'))
|
H A D | test_dict_version.py | 101 self.assertIsNot(value1, value2)
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_api.py | 245 self.assertIsNot(reloaded.__loader__, None) 444 self.assertIsNot(module.__loader__, None) 446 self.assertIsNot(module.__loader__, None) 454 self.assertIsNot(module.__spec__, None) 456 self.assertIsNot(module.__spec__, None)
|
H A D | test_windows.py | 109 self.assertIsNot(loader, None) 110 self.assertIsNot(spec, None)
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testpatch.py | 724 self.assertIsNot(mock, original) 943 self.assertIsNot(Foo, mock) 951 self.assertIsNot(Foo, mock) 1097 self.assertIsNot(m1, m2) 1110 self.assertIsNot(m1, m2) 1227 test.assertIsNot(Foo, original) 1462 self.assertIsNot(Foo.f, Foo.g) 1889 self.assertIsNot(os.unlink, original_unlink) 1890 self.assertIsNot(os.chdir, original_chdir)
|
/third_party/python/Lib/test/test_zoneinfo/ |
H A D | test_zoneinfo.py | 482 self.assertIsNot(base_obj, sub_obj) 1328 self.assertIsNot(tz0, tz1) 1348 self.assertIsNot(la0, la1) 1360 self.assertIsNot(la0, la1) 1376 self.assertIsNot(la0, la1) 1377 self.assertIsNot(dub0, dub1) 1441 self.assertIsNot(zi_rt, zi_no_cache) 1445 self.assertIsNot(zi_rt, zi_rt2) 1449 self.assertIsNot(zi_rt, zi_cache)
|