forked from VimPlug/jedi
Try to fix windows
This commit is contained in:
@@ -82,7 +82,7 @@ def _collect_file_tests(code, path, lines_to_execute):
|
|||||||
|
|
||||||
yield RefactoringCase(name, first, line_nr, index, path, kwargs, type_, second)
|
yield RefactoringCase(name, first, line_nr, index, path, kwargs, type_, second)
|
||||||
if match is None:
|
if match is None:
|
||||||
raise Exception(f"Didn't match any test for {path}")
|
raise Exception(f"Didn't match any test for {path}, {code!r}")
|
||||||
if match.end() != len(code):
|
if match.end() != len(code):
|
||||||
raise Exception(f"Didn't match until the end of the file in {path}")
|
raise Exception(f"Didn't match until the end of the file in {path}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user