Convert tests from custom unittest.vim to vim-themis format

- Add .themisrc to set up runtimepath for test helpers
- Add test helper in test/autoload/themis/helper/emmet.vim
- Add test files: html, css, haml, slim, others (xsl/xsd/mustache/scss/jade/pug/jsx)
- Update Makefile to use vim-themis (old target preserved as test-old)
- All 181 test cases from unittest.vim are covered
This commit is contained in:
Yasuhiro Matsumoto
2026-03-20 22:47:52 +09:00
parent a4d8b71bf7
commit 21af7f3e2c
8 changed files with 1036 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
let &runtimepath .= ',' . fnamemodify(expand('<sfile>'), ':h') . '/test'