mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
restructuring
This commit is contained in:
@@ -10,6 +10,7 @@ import functions
|
||||
|
||||
#functions.set_debug_function(functions.debug.print_to_stdout)
|
||||
|
||||
|
||||
def completion_test(source):
|
||||
"""
|
||||
This is the completion test for some cases. The tests are not unit test
|
||||
@@ -56,7 +57,7 @@ def completion_test(source):
|
||||
# completion tests:
|
||||
completion_test_dir = 'completion'
|
||||
summary = []
|
||||
for f_name in os.listdir(completion_test_dir ):
|
||||
for f_name in os.listdir(completion_test_dir):
|
||||
if f_name.endswith(".py"):
|
||||
path = os.path.join(completion_test_dir, f_name)
|
||||
f = open(path)
|
||||
|
||||
Reference in New Issue
Block a user