306f0ace5f
- Remove support for python 3.2 to reduce number of test cases and because it actually fails with Neovim. It is not a supported version anyways. - Due to Neovim not handling fast typing through the console properly (https://github.com/neovim/neovim/issues/2454), the typing is actually simulated through the Python client. We need to differentiate now if a keystroke is meant for the terminal or for the Vim session. Using neovim.input() introduces additional chances for races since inputs are not buffered but processed right away. This results in more retries for some tests. - Neovim needs more parameters and configuration passed in through the test script. Added command line arguments for these. - Skip an extra test under Neovim due to https://github.com/neovim/python-client/issues/128. |
||
---|---|---|
.. | ||
__init__.py | ||
constant.py | ||
test_AnonymousExpansion.py | ||
test_Autocommands.py | ||
test_Chars.py | ||
test_Completion.py | ||
test_ContextSnippets.py | ||
test_Editing.py | ||
test_Expand.py | ||
test_Fixes.py | ||
test_Folding.py | ||
test_Format.py | ||
test_Interpolation.py | ||
test_ListSnippets.py | ||
test_Mirror.py | ||
test_Movement.py | ||
test_MultipleMatches.py | ||
test_ParseSnippets.py | ||
test_Plugin.py | ||
test_Recursive.py | ||
test_Selection.py | ||
test_SnipMate.py | ||
test_SnippetOptions.py | ||
test_SnippetPriorities.py | ||
test_TabStop.py | ||
test_Transformation.py | ||
test_UltiSnipFunc.py | ||
test_Visual.py | ||
util.py | ||
vim_interface.py | ||
vim_test_case.py |