UltiSnips/test
Stanislav Seletskiy 7536ac9002 tabstops can be overwritten from interpolation
It adds new type of flexibility, where just entered text can be
dynamically modified if some conditions are satisfied (e.g. dynamically
add line wraps).
2016-03-28 12:21:09 +06:00
..
__init__.py Refactor: split test.py into several smaller files. 2014-07-23 17:22:11 +08:00
constant.py Applied pyformat on entire codebase. 2015-01-20 21:26:03 +01:00
test_AnonymousExpansion.py Remove bootstrap.vim. Simplify startup. 2015-07-11 16:17:50 +02:00
test_Autocommands.py Fire autocommands when setting up and tearing down inner state 2015-07-13 07:11:39 +02:00
test_Autotrigger.py disable tests in vanilla vim for #616 2015-12-09 19:59:50 +06:00
test_Chars.py Fix a unicode bug in python3. 2015-11-21 07:54:35 -08:00
test_Completion.py Applied pyformat on entire codebase. 2015-01-20 21:26:03 +01:00
test_ContextSnippets.py fix not cleared context 2015-07-29 20:08:49 +06:00
test_Editing.py disable tests in vanilla vim for #616 2015-12-09 19:59:50 +06:00
test_Expand.py Remove bootstrap.vim. Simplify startup. 2015-07-11 16:17:50 +02:00
test_Fixes.py Add a testing interface that works for Neovim. 2015-07-14 21:58:30 +02:00
test_Folding.py Remove bootstrap.vim. Simplify startup. 2015-07-11 16:17:50 +02:00
test_Format.py Remove bootstrap.vim. Simplify startup. 2015-07-11 16:17:50 +02:00
test_Interpolation.py tabstops can be overwritten from interpolation 2016-03-28 12:21:09 +06:00
test_ListSnippets.py Applied pyformat on entire codebase. 2015-01-20 21:26:03 +01:00
test_Mirror.py Applied pyformat on entire codebase. 2015-01-20 21:26:03 +01:00
test_Movement.py Remove bootstrap.vim. Simplify startup. 2015-07-11 16:17:50 +02:00
test_MultipleMatches.py Applied pyformat on entire codebase. 2015-01-20 21:26:03 +01:00
test_ParseSnippets.py print erroneous snippet location 2015-10-21 18:02:33 +06:00
test_Plugin.py Add a testing interface that works for Neovim. 2015-07-14 21:58:30 +02:00
test_Recursive.py Applied pyformat on entire codebase. 2015-01-20 21:26:03 +01:00
test_Selection.py Remove bootstrap.vim. Simplify startup. 2015-07-11 16:17:50 +02:00
test_SnipMate.py add testcase for #658 2016-02-13 20:42:38 +06:00
test_SnippetActions.py fix last jump $0 placeholder using post_expand 2015-11-06 16:25:28 +06:00
test_SnippetOptions.py Support regexp trigger ending in whitespace. 2015-07-11 18:11:19 +02:00
test_SnippetPriorities.py tests: fix duplicate method name (test_SnippetPriorities) 2015-02-09 22:48:16 +01:00
test_TabStop.py fix expan_anon in pre-action, snip object, fixes 2015-07-29 20:08:49 +06:00
test_Transformation.py Testcase added! 2016-01-25 04:25:15 -08:00
test_UltiSnipFunc.py autotrigger: make snippets expand without <tab> 2015-10-09 16:00:24 +06:00
test_Visual.py Applied pyformat on entire codebase. 2015-01-20 21:26:03 +01:00
util.py Applied pyformat on entire codebase. 2015-01-20 21:26:03 +01:00
vim_interface.py disable tests in vanilla vim for #616 2015-12-09 19:59:50 +06:00
vim_test_case.py review fixes 2015-07-29 20:08:49 +06:00