MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_reimport

Function test_reimport

tests/test_modules.py:74–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73
74def test_reimport():
75 import sys
76
77 import pybind11_tests as x
78
79 del sys.modules["pybind11_tests"]
80
81 # exercise pybind11::detail::get_cached_module()
82 import pybind11_tests as y
83
84 assert x is y
85
86
87@pytest.mark.xfail(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected