We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71e1d6 commit 3d9ed66Copy full SHA for 3d9ed66
pytests/tests/test_misc.py
@@ -24,6 +24,7 @@ def test_multiple_imports_same_interpreter_ok():
24
spec = importlib.util.find_spec("pyo3_pytests.pyo3_pytests")
25
26
module = importlib.util.module_from_spec(spec)
27
+ spec.loader.exec_module(module)
28
assert dir(module) == dir(pyo3_pytests.pyo3_pytests)
29
30
0 commit comments