File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ EXTRA_DIST = \
3
3
test_unit_command_offset.py \
4
4
test_unit_compgen.py \
5
5
test_unit_compgen_commands.py \
6
+ test_unit_compgen_split.py \
6
7
test_unit_count_args.py \
7
8
test_unit_delimited.py \
8
9
test_unit_deprecate_func.py \
@@ -18,6 +19,7 @@ EXTRA_DIST = \
18
19
test_unit_initialize.py \
19
20
test_unit_ip_addresses.py \
20
21
test_unit_known_hosts.py \
22
+ test_unit_load.py \
21
23
test_unit_longopt.py \
22
24
test_unit_looks_like_path.py \
23
25
test_unit_parse_help.py \
Original file line number Diff line number Diff line change 4
4
5
5
6
6
@pytest .mark .bashcomp (cmd = None , cwd = "_comp_load" )
7
- class TestLoadCompletion :
7
+ class TestCompLoad :
8
8
def test_userdir_1 (self , bash ):
9
9
with bash_env_saved (bash ) as bash_env :
10
10
bash_env .write_variable (
You can’t perform that action at this time.
0 commit comments