File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 98
98
- id : check-case-conflict
99
99
100
100
- repo : https://github.com/crate-ci/typos
101
- rev : v1.28.4
101
+ rev : v1.29.5
102
102
hooks :
103
103
- id : typos
104
104
exclude : ^(CHANGELOG\.md|test/(test-cmd-list\.txt|fixtures/.+))$
Original file line number Diff line number Diff line change 3
3
BRE = " BRE"
4
4
5
5
[default .extend-words ]
6
+ # completions/abook
7
+ informat = " informat"
6
8
# completions/ri
7
9
ane = " ane"
8
10
# completions/reportbug
Original file line number Diff line number Diff line change 4
4
5
5
6
6
class TestTime :
7
- @pytest .mark .complete ("time _comp_delimite " , cwd = "shared/empty_dir" )
7
+ @pytest .mark .complete ("time _comp_delimit " , cwd = "shared/empty_dir" )
8
8
def test_command (self , completion ):
9
9
"""
10
10
Test completion of commands.
11
11
12
12
We use a function of ours as the test subject, as that's guaranteed
13
13
to be available, and do not rely on anything in particular in $PATH.
14
14
"""
15
- assert completion == "d " or "_comp_delimited" in completion
15
+ assert completion == "ed " or "_comp_delimited" in completion
16
16
17
17
@pytest .mark .complete ("time -p find -typ" )
18
18
def test_2 (self , completion ):
You can’t perform that action at this time.
0 commit comments