Skip to content

Commit 8a36854

Browse files
committed
test: add missing files in test/t/unit/Makefile.am
This patch also renames `test_unit_load_completion.py` to `test_unit_load.py` following the name change of `__load_completion => _comp_load`.
1 parent fdd8048 commit 8a36854

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/t/unit/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ EXTRA_DIST = \
33
test_unit_command_offset.py \
44
test_unit_compgen.py \
55
test_unit_compgen_commands.py \
6+
test_unit_compgen_split.py \
67
test_unit_count_args.py \
78
test_unit_delimited.py \
89
test_unit_deprecate_func.py \
@@ -18,6 +19,7 @@ EXTRA_DIST = \
1819
test_unit_initialize.py \
1920
test_unit_ip_addresses.py \
2021
test_unit_known_hosts.py \
22+
test_unit_load.py \
2123
test_unit_longopt.py \
2224
test_unit_looks_like_path.py \
2325
test_unit_parse_help.py \

test/t/unit/test_unit_load_completion.py renamed to test/t/unit/test_unit_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
@pytest.mark.bashcomp(cmd=None, cwd="_comp_load")
7-
class TestLoadCompletion:
7+
class TestCompLoad:
88
def test_userdir_1(self, bash):
99
with bash_env_saved(bash) as bash_env:
1010
bash_env.write_variable(

0 commit comments

Comments
 (0)