mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-10 22:12:24 +08:00
Write a test for #1209
Relative imports were failing in nested Python packages. With the fix to transforming paths to dotted paths this should already be a lot better, still here's a regression test.
This commit is contained in:
0
test/examples/issue1209/__init__.py
Normal file
0
test/examples/issue1209/__init__.py
Normal file
0
test/examples/issue1209/api/__init__.py
Normal file
0
test/examples/issue1209/api/__init__.py
Normal file
0
test/examples/issue1209/api/whatever/__init__.py
Normal file
0
test/examples/issue1209/api/whatever/__init__.py
Normal file
0
test/examples/issue1209/api/whatever/api_test1.py
Normal file
0
test/examples/issue1209/api/whatever/api_test1.py
Normal file
0
test/examples/issue1209/whatever/__init__.py
Normal file
0
test/examples/issue1209/whatever/__init__.py
Normal file
0
test/examples/issue1209/whatever/test.py
Normal file
0
test/examples/issue1209/whatever/test.py
Normal file
Reference in New Issue
Block a user