Commit Graph

4 Commits

Author SHA1 Message Date
Yasuhiro Matsumoto
9cd8a85ffb Revert "CI: test only with Vim head, remove skip workarounds"
This reverts commit 8447f060ad.
2026-03-20 23:20:15 +09:00
Yasuhiro Matsumoto
8447f060ad CI: test only with Vim head, remove skip workarounds 2026-03-20 23:18:43 +09:00
Yasuhiro Matsumoto
809e4249d6 Skip visual/input tests in ex mode for CI compatibility
Tests requiring visual mode or input() cannot run in -e -s mode.
Skip them gracefully instead of failing.
2026-03-20 23:15:27 +09:00
Yasuhiro Matsumoto
bae30d2ae4 Convert tests from custom unittest.vim to vim-themis format
- Use vimspec style (Describe/It/End) instead of basic suite style
- Setup helpers via .themisrc with ExpandWord/ExpandInBuffer globals
- Fix linear-gradient test expected value (0 100% is correct output)
- All 182 tests pass
2026-03-20 23:08:50 +09:00