mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
documentation and clean up, #181
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
from .base import cwd_at
|
||||
"""
|
||||
Tests of various import related things that could not be tested with "Black Box
|
||||
Tests".
|
||||
"""
|
||||
|
||||
import itertools
|
||||
|
||||
from jedi import Script
|
||||
from .base import cwd_at
|
||||
|
||||
|
||||
def test_goto_definition_on_import():
|
||||
|
||||
Reference in New Issue
Block a user