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 6acd25a commit 0c343efCopy full SHA for 0c343ef
tests/test_core/test_optional_imports/test_optional_imports.py
@@ -24,7 +24,7 @@ def test_get_module_does_not_exist(self):
24
25
def test_get_module_import_exception(self):
26
# Get module that raises an exception on import
27
- module_str = ".." "test_optional_imports.exploding_module"
+ module_str = "plotly.tests.test_core." "test_optional_imports.exploding_module"
28
29
if sys.version_info >= (3, 4):
30
with self.assertLogs("_plotly_utils.optional_imports", level="ERROR") as cm:
0 commit comments