File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 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