Home
last modified time | relevance | path

Searched refs:assertIsNot (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/python/Lib/test/
H A Dtest_copy.py54 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 Dtest_bool.py33 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 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)
H A Dtest_frame.py47 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 Dtest_select.py47 self.assertIsNot(r, w)
48 self.assertIsNot(r, x)
49 self.assertIsNot(w, x)
H A Dtest_frozen.py37 self.assertIsNot(__phello__.__spec__.loader,
51 self.assertIsNot(spam.__spec__.loader,
H A Dtest_slice.py277 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 Dtest_mimetypes.py207 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 Dtest_class.py596 self.assertIsNot(name, '__add__') # not interned
601 self.assertIsNot(name2, '__add__')
602 self.assertIsNot(name2, name)
H A Dtest_weakset.py466 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 Dtest_strptime.py657 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 Dtest_xxlimited.py35 self.assertIsNot(self.module.Str, str)
H A Dtest_scope.py203 self.assertIsNot(cell_eggs, cell_closure)
229 self.assertIsNot(cell_eggs, cell_closure)
H A Dtest_http_cookies.py362 self.assertIsNot(morsel_a, morsel_b)
367 self.assertIsNot(morsel_a, morsel_b)
H A Dtest_raise.py318 self.assertIsNot(e.__context__, context)
331 self.assertIsNot(e.__context__, context)
H A Dtest_finalization.py191 self.assertIsNot(wr(), None)
530 self.assertIsNot(wr(), None)
H A Dtest_bytes.py1308 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 Dtest_interpreters.py591 self.assertIsNot(obj, orig)
649 self.assertIsNot(obj, orig)
658 self.assertIsNot(obj, orig)
H A Dtest_ordered_dict.py294 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 Dtest_context.py460 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 Dtest_dict_version.py101 self.assertIsNot(value1, value2)
/third_party/python/Lib/test/test_importlib/
H A Dtest_api.py245 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 Dtest_windows.py109 self.assertIsNot(loader, None)
110 self.assertIsNot(spec, None)
/third_party/python/Lib/unittest/test/testmock/
H A Dtestpatch.py724 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 Dtest_zoneinfo.py482 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)

Completed in 26 milliseconds

1234