forked from VimPlug/jedi
Skip the correct tests
This commit is contained in:
@@ -311,7 +311,7 @@ def collect_file_tests(path, lines, lines_to_execute):
|
|||||||
yield makecase(TEST_DEFINITIONS)
|
yield makecase(TEST_DEFINITIONS)
|
||||||
correct = None
|
correct = None
|
||||||
else:
|
else:
|
||||||
skip_version_info = skip_version_info or skip_python_version(line)
|
skip_version_info = skip_python_version(line) or skip_version_info
|
||||||
try:
|
try:
|
||||||
r = re.search(r'(?:^|(?<=\s))#([?!<])\s*([^\n]*)', line)
|
r = re.search(r'(?:^|(?<=\s))#([?!<])\s*([^\n]*)', line)
|
||||||
# test_type is ? for completion and ! for goto_assignments
|
# test_type is ? for completion and ! for goto_assignments
|
||||||
|
|||||||
Reference in New Issue
Block a user