-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vim-iced-kaocha.txt
91 lines (67 loc) · 3.41 KB
/
vim-iced-kaocha.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
*vim-iced-kaocha.txt* vim-iced plugin for testing with kaocha
Version: 0.1.0
Author : Masashi Iizuka <liquidz.uo+vim@gmail.com>
License: MIT LICENSE
==============================================================================
CONTENTS *vim-iced-kaocha-contents*
Introduction |vim-iced-kaocha-introduction|
Interface |vim-iced-kaocha-interface|
Commands |vim-iced-kaocha-commands|
Key Mappings |vim-iced-kaocha-key-mappings|
==============================================================================
INTRODUCTION *vim-iced-kaocha-introduction*
vim-iced plugin for testing with kaocha.
- vim-iced
https://github.com/liquidz/vim-iced
- kaocha
https://github.com/lambdaisland/kaocha
Requirements:
- vim-iced 0.10.4 or later
==============================================================================
INTERFACE *vim-iced-kaocha-interface*
------------------------------------------------------------------------------
COMMANDS *vim-iced-kaocha-commands*
*:IcedKaochaTest*
:IcedKaochaTest {ids}
Run tests specified by {ids}.
{ids} must be an array of testable-id.
See kaocha document for testable-id.
https://cljdoc.org/d/lambdaisland/kaocha/CURRENT/doc/6-focusing-and-skipping#on-id
e.g. :IcedKaochaTest :unit
*:IcedKaochaTestAll*
:IcedKaochaTestAll
Run all tests in current project.
*:IcedKaochaTestNs*
:IcedKaochaTestNs
Run tests in current namespace.
*:IcedKaochaTestUnderCursor*
:IcedKaochaTestUnderCursor
Run a test under cursor.
*:IcedKaochaTestRedo*
:IcedKaochaTestRedo
Re run failed tests.
*:IcedKaochaTestRerunLast*
:IcedKaochaTestRerunLast
Run last test again.
------------------------------------------------------------------------------
KEY MAPPINGS *vim-iced-kaocha-key-mappings*
*<Plug>(iced_kaocha_test_all)*
<Plug>(iced_kaocha_test_all)
Same as |:IcedKaochaTestAll|.
*<Plug>(iced_kaocha_test_ns)*
<Plug>(iced_kaocha_test_ns)
Same as |:IcedKaochaTestNs|.
*<Plug>(iced_kaocha_test_under_cursor)*
<Plug>(iced_kaocha_test_under_cursor)
Same as |:IcedKaochaTestUnderCursor|.
*<Plug>(iced_kaocha_test_redo)*
<Plug>(iced_kaocha_test_redo)
Same as |:IcedKaochaTestRedo|.
*<Plug>(iced_kaocha_test_rerun_last)*
<Plug>(iced_kaocha_test_rerun_last)
Same as |:IcedKaochaTestRerunLast|.
==============================================================================
CHANGELOG *vim-iced-kaocha-changelog*
See https://github.com/liquidz/vim-iced-kaocha/blob/master/CHANGELOG.adoc
==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen:fdl=0: