Home
last modified time | relevance | path

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

12345

/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.py41 self.assertIsNot(None, wr())
107 self.assertIsNot(None, wr())
Dtest_class.py580 self.assertIsNot(name, '__add__') # not interned
585 self.assertIsNot(name2, '__add__')
586 self.assertIsNot(name2, name)
/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'])
Dtest_class.py647 self.assertIsNot(name, '__add__') # not interned
652 self.assertIsNot(name2, '__add__')
653 self.assertIsNot(name2, name)
/external/python/dateutil/dateutil/test/
Dtest_imports.py46 self.assertIsNot(var, None)
62 self.assertIsNot(var, None)
66 self.assertIsNot(weekday, None)
91 self.assertIsNot(var, None)
95 self.assertIsNot(weekday, None)
130 self.assertIsNot(lvars[var], None)
148 self.assertIsNot(var, None)
166 self.assertIsNot(var, None)
/external/python/oauth2client/tests/
Dtest_transport.py67 self.assertIsNot(result, headers)
99 self.assertIsNot(result, headers)
106 self.assertIsNot(result, headers)
118 self.assertIsNot(result, headers)
/external/libchrome/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/tensorflow/tensorflow/python/data/kernel_tests/
Doptions_test.py81 self.assertIsNot(options1.experimental_optimization,
83 self.assertIsNot(options1.experimental_stats,
85 self.assertIsNot(options1.experimental_threading,
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures_test.py606 self.assertIsNot(root.a, copied)
623 self.assertIsNot(root.a, copied)
624 self.assertIsNot(root.a[0], copied[0])
640 self.assertIsNot(root.a, copied)
657 self.assertIsNot(root.a, copied)
658 self.assertIsNot(root.a["a"], copied["a"])
675 self.assertIsNot(original, shallow_copied)
688 self.assertIsNot(original, deep_copied)
689 self.assertIsNot(original_sub, deep_copied.b["a"])
/external/python/cpython3/Lib/test/test_importlib/
Dtest_windows.py75 self.assertIsNot(loader, None)
76 self.assertIsNot(spec, None)
Dtest_api.py241 self.assertIsNot(reloaded.__loader__, None)
440 self.assertIsNot(module.__loader__, None)
442 self.assertIsNot(module.__loader__, None)
450 self.assertIsNot(module.__spec__, None)
452 self.assertIsNot(module.__spec__, None)
/external/tensorflow/tensorflow/python/util/
Dtf_decorator_test.py311 self.assertIsNot(decorators[0], decorators[1])
312 self.assertIsNot(decorators[1], decorators[2])
313 self.assertIsNot(decorators[2], decorators[0])
/external/tensorflow/tensorflow/python/autograph/operators/
Ddata_structures_test.py71 self.assertIsNot(data_structures.tf_tensor_list_new([3, [4, 5]]), None)
96 self.assertIsNot(
/external/tensorflow/tensorflow/python/autograph/pyct/
Dast_util_test.py81 self.assertIsNot(new_node, node)
82 self.assertIsNot(new_node.body[0], node.body[0])
/external/python/cpython3/Lib/unittest/test/
Dtest_skipping.py50 self.assertIsNot(subtest, test)
54 self.assertIsNot(subtest, test)
/external/tensorflow/tensorflow/python/summary/
Dplugin_asset_test.py55 self.assertIsNot(epa, opa)
/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)

12345