Home
last modified time | relevance | path

Searched refs:assertIsNotNone (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/python/Lib/test/test_importlib/source/
H A Dtest_case_sensitivity.py50 self.assertIsNotNone(sensitive)
60 self.assertIsNotNone(sensitive)
62 self.assertIsNotNone(insensitive)
H A Dtest_finder.py151 self.assertIsNotNone(found)
/third_party/protobuf/objectivec/DevTools/
H A Dpddm_tests.py54 self.assertIsNotNone(macro)
76 self.assertIsNotNone(macro)
81 self.assertIsNotNone(macro)
86 self.assertIsNotNone(macro)
98 self.assertIsNotNone(macro)
/third_party/python/Lib/test/
H A Dtest_pkgutil.py554 self.assertIsNotNone(pkgutil.get_loader("sys"))
555 self.assertIsNotNone(pkgutil.get_loader("os"))
556 self.assertIsNotNone(pkgutil.get_loader("test.support"))
566 self.assertIsNotNone(pkgutil.get_loader(__name__))
605 self.assertIsNotNone(pkgutil.find_loader("sys"))
606 self.assertIsNotNone(pkgutil.find_loader("os"))
607 self.assertIsNotNone(pkgutil.find_loader("test.support"))
H A Dtest_winconsoleio.py77 self.assertIsNotNone(f.fileno())
84 self.assertIsNotNone(f.fileno())
91 self.assertIsNotNone(f.fileno())
H A Dtest_thread.py156 self.assertIsNotNone(cm.unraisable.exc_traceback)
255 self.assertIsNotNone(pid)
H A Dtest_symtable.py244 self.assertIsNotNone(find_block(top, "Mine"))
249 self.assertIsNotNone(find_block(top, "\u017d"))
H A Dtest_ensurepip.py38 self.assertIsNotNone(packages['pip'].wheel_name)
39 self.assertIsNotNone(packages['setuptools'].wheel_name)
H A Dtest_contextlib.py477 self.assertIsNotNone(context.exc)
484 self.assertIsNotNone(context.exc)
510 self.assertIsNotNone(context.exc)
715 self.assertIsNotNone(_exit)
746 self.assertIsNotNone(_exit)
757 self.assertIsNotNone(_exit)
H A Dtest_wsgiref.py837 self.assertIsNotNone(h.result)
838 self.assertIsNotNone(h.headers)
839 self.assertIsNotNone(h.status)
840 self.assertIsNotNone(h.environ)
H A Dtest_zipimport.py464 self.assertIsNotNone(find_mod)
475 self.assertIsNotNone(spec)
546 self.assertIsNotNone(spec)
593 self.assertIsNotNone(find_mod_dotted)
602 self.assertIsNotNone(spec)
/third_party/googletest/googletest/test/
H A Dgtest_skip_check_output_test.py52 self.assertIsNotNone(
/third_party/astc-encoder/Test/
H A Dastc_test_python.py43 self.assertIsNotNone(match)
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_types.py388 self.assertIsNotNone(self.cur.description)
395 self.assertIsNotNone(self.cur.description)
401 self.assertIsNotNone(self.cur.description)
404 self.assertIsNotNone(self.cur.description)
/third_party/python/Lib/test/test_email/
H A Dtest_utils.py76 self.assertIsNotNone(t.tzinfo)
81 self.assertIsNotNone(t.tzinfo)
/third_party/python/Lib/test/test_importlib/frozen/
H A Dtest_finder.py37 self.assertIsNotNone(spec.submodule_search_locations)
40 self.assertIsNotNone(spec.loader_state)
/third_party/node/deps/v8/tools/testrunner/local/
H A Dtestsuite_test.py66 self.assertIsNotNone(self.suite.statusfile)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pathbrowser.py40 self.assertIsNotNone(browser.file_open)
H A Dtest_percolator.py59 self.assertIsNotNone(self.filter_one.delegate)
/third_party/python/Lib/ctypes/test/
H A Dtest_values.py84 self.assertIsNotNone(spec.submodule_search_locations)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_unix_events.py602 self.assertIsNotNone(key)
780 self.assertIsNotNone(tr._protocol)
781 self.assertIsNotNone(tr._loop)
793 self.assertIsNotNone(tr._protocol)
794 self.assertIsNotNone(tr._loop)
1051 self.assertIsNotNone(tr._protocol)
1052 self.assertIsNotNone(tr._loop)
1064 self.assertIsNotNone(tr._protocol)
1065 self.assertIsNotNone(tr._loop)
H A Dtest_events.py533 self.assertIsNotNone(tr.get_extra_info('sockname'))
558 self.assertIsNotNone(client.get_extra_info('sockname'))
563 self.assertIsNotNone(client.get_extra_info('peername'))
577 self.assertIsNotNone(sslobj)
851 self.assertIsNotNone(proto.transport.get_extra_info('sockname'))
1309 self.assertIsNotNone(transport.get_extra_info('sockname'))
1394 self.assertIsNotNone(proto.transport.get_extra_info('pipe'))
1464 self.assertIsNotNone(proto.transport.get_extra_info('pipe'))
1498 self.assertIsNotNone(proto.transport.get_extra_info('pipe'))
1566 self.assertIsNotNone(prot
[all...]
/third_party/python/Lib/test/support/
H A Dwarnings_helper.py31 testcase.assertIsNotNone(warn.lineno)
/third_party/python/Lib/tkinter/test/
H A Dsupport.py56 self.assertIsNotNone(tkinter._default_root)
/third_party/python/Lib/test/test_importlib/
H A Dtest_lazy.py88 self.assertIsNotNone(importer.loaded)

Completed in 25 milliseconds

1234