Skip to content

Commit

Permalink
test: Use test_unit_* prefix for unit tests, to avoid name clashes
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 13, 2018
1 parent c85516b commit c7b3427
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/t/unit/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
EXTRA_DIST = \
test_count_args.py \
test_expand.py \
test_expand_tilde_by_ref.py \
test_filedir.py \
test_get_comp_words_by_ref.py \
test_get_cword.py \
test_init_completion.py \
test_ip_addresses.py \
test_parse_help.py \
test_tilde.py \
test_unit_count_args.py \
test_unit_expand.py \
test_unit_expand_tilde_by_ref.py \
test_unit_filedir.py \
test_unit_get_comp_words_by_ref.py \
test_unit_get_cword.py \
test_unit_init_completion.py \
test_unit_ip_addresses.py \
test_unit_parse_help.py \
test_unit_tilde.py \

all:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c7b3427

Please sign in to comment.