We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a398e27 commit 54f65abCopy full SHA for 54f65ab
tests/test_editable.py
@@ -77,6 +77,6 @@ def test_navigate_editable2(isolated, isolate):
77
78
# Navigate from py_package.py_module to py_package.py_module
79
value = isolated.execute(
80
- "import py_pkg.py1_pkg.py1_module; py_pkg.py1_pkg.py1_module.py2_method_c()"
+ "import py_pkg.py1_pkg.py1_module; py_pkg.py1_pkg.py1_module.py2_module_c()"
81
)
82
- assert value == "py2_method_c"
+ assert value == "py2_module_c"
0 commit comments