Lines Matching defs:test
4 module with arguments identifying each test.
17 after the test completes.
119 with open("test-marshal.bin", "wb") as f:
121 with open("test-marshal.bin", "rb") as f:
124 os.unlink("test-marshal.bin")
305 write_unraisable_exc(RuntimeError("nonfatal-error"), "for audit hook test", None)
404 cx1.load_extension("test")
431 syslog.syslog('test')
455 from test.support import suppress_msvcrt_asserts
459 test = sys.argv[1]
460 globals()[test]()