Searched refs:test_main (Results 1 - 12 of 12) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_pep646_syntax.py | 320 def test_main(verbose=False): function 326 test_main(verbose=True)
|
H A D | test_xml_etree_c.py | 237 def test_main(): function 249 test_xml_etree.test_main(module=cET) 253 test_main()
|
H A D | xmltests.py | 12 if hasattr(module, "test_main"): 13 module.test_main()
|
H A D | test_netrc.py | 311 def test_main(): function 315 test_main()
|
H A D | test_threadedtempfile.py | 52 def test_main(self): member in ThreadedTempFileTest
|
H A D | test_interpreters.py | 131 def test_main(self): member in GetCurrentTests 245 def test_main(self): member in TestInterpreterIsRunning 310 def test_main(self): member in TestInterpreterClose
|
H A D | test_sysconfig.py | 385 def test_main(self): member in TestSysConfig
|
H A D | test__xxsubinterpreters.py | 444 def test_main(self): member in GetCurrentTests 488 def test_main(self): member in IsRunningTests 702 def test_main(self): member in DestroyTests
|
H A D | test_decimal.py | 23 you're working through IDLE, you can import this test module and call test_main() 102 # test_main() restores the original context. 5830 def test_main(arith=None, verbose=None, todo_tests=None, debug=None): function 5893 test_main(arith=False, verbose=True) 5895 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug) 5897 test_main(arith=True, verbose=True)
|
H A D | test_xml_etree.py | 4206 def test_main(module=None): function 4276 test_main()
|
/third_party/skia/third_party/externals/spirv-cross/tests-other/ |
H A D | hlsl_wave_mask.cpp | 14 static void test_main(unsigned wave_index) in test_main() function 61 test_main(subgroup_id); in main()
|
/third_party/toybox/toys/posix/ |
H A D | test.c | 91 void test_main(void) in test_main() function
|
Completed in 18 milliseconds