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 90c0e42 commit 79fa62fCopy full SHA for 79fa62f
importlib_resources/tests/test_files.py
@@ -149,6 +149,11 @@ def _compile_importlib(self):
149
self.fixtures.enter_context(import_helper.DirsOnSysPath(bin_site))
150
151
def test_implicit_files_with_compiled_importlib(self):
152
+ """
153
+ Caller detection works for compiled-only resources module.
154
+
155
+ python/cpython#123085
156
157
self._compile_importlib()
158
assert importlib.import_module('frozenpkg').val == 'resources are the best'
159
0 commit comments