Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 543 Bytes

File metadata and controls

13 lines (10 loc) · 543 Bytes

How to run test

.github/workflows/test.ymlは実際に動いているので、これを見るのが一番わかりやすいですが、一応記しておきます。

  1. vim-themisをcloneする
  2. themis$PATHに通す(以下の例では、~/bin$PATHに含まれているとします)
  3. テストを実行する
    • --reporterは自由に指定できます
$ git clone https://github.com/thinca/vim-themis ~/bin/vim-themis
$ themis test --reporter spec