forked from VimPlug/jedi
default debug ignored modules
This commit is contained in:
2
debug.py
2
debug.py
@@ -15,7 +15,7 @@ ERROR = object()
|
|||||||
|
|
||||||
debug_function = None
|
debug_function = None
|
||||||
#debug_function = print_to_stdout
|
#debug_function = print_to_stdout
|
||||||
ignored_modules = []
|
ignored_modules = ['parsing', 'builtin']
|
||||||
|
|
||||||
|
|
||||||
def dbg(*args):
|
def dbg(*args):
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ from _compatibility import unicode, BytesIO, reduce, literal_eval
|
|||||||
|
|
||||||
import functions
|
import functions
|
||||||
import debug
|
import debug
|
||||||
debug.ignored_modules = ['parsing', 'builtin']
|
|
||||||
|
|
||||||
|
|
||||||
def run_completion_test(correct, source, line_nr, index, line, path):
|
def run_completion_test(correct, source, line_nr, index, line, path):
|
||||||
@@ -204,7 +203,7 @@ def test_dir(completion_test_dir, thirdparty=False):
|
|||||||
summary.append(s)
|
summary.append(s)
|
||||||
|
|
||||||
|
|
||||||
# Sorry I didn't use argparse here. It's because argparse is not in the
|
# Sorry I didn't use argparse here. It's because argparse is not in the
|
||||||
# stdlib in 2.5.
|
# stdlib in 2.5.
|
||||||
args = sys.argv[1:]
|
args = sys.argv[1:]
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user