1
0
forked from aniani/vim

patch 8.2.1120: Python code not tested properly

Problem:    Python code not tested properly.
Solution:   Add more tests and convert old-style test into new-style test.
            (Yegappan Lakshmanan, closes #6370)
This commit is contained in:
Bram Moolenaar
2020-07-03 18:00:05 +02:00
parent 5289783e0b
commit 92fdd1e75d
7 changed files with 3368 additions and 3167 deletions

View File

@@ -21,7 +21,6 @@ SCRIPTS_ALL = \
# Tests that run on most systems, but not on Amiga.
SCRIPTS_MORE1 = \
test52.out \
test86.out \
test87.out

View File

@@ -116,7 +116,7 @@ SCRIPT_GDIFF = test47.out
.ENDIF
.IFDEF HAVE_PYTHON
SCRIPT_PYTHON = test86.out test87.out
SCRIPT_PYTHON = test87.out
.ENDIF
.in.out :

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff