MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_register_file

Method test_register_file

Lib/test/test_faulthandler.py:812–814  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

810 self.check_register(unregister=True)
811
812 def test_register_file(self):
813 with temporary_filename() as filename:
814 self.check_register(filename=filename)
815
816 @unittest.skipIf(sys.platform == "win32",
817 "subprocess doesn't support pass_fds on Windows")

Callers

nothing calls this directly

Calls 2

check_registerMethod · 0.95
temporary_filenameFunction · 0.85

Tested by

no test coverage detected