mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Test reorganization and cleanup. (#18270)
- Correct directory name in test/README.md - Move code-smell tests to test/sanity/code-smell - Update code-smell.sh to use new script paths - Add test/integration/target-prefixes.win for ansible-test - Move module unit tests to match module directory layout
This commit is contained in:
@@ -16,10 +16,10 @@ if [ "${install_deps}" != "" ]; then
|
||||
fi
|
||||
|
||||
yamllint .
|
||||
test/code-smell/replace-urlopen.sh .
|
||||
test/code-smell/use-compat-six.sh lib
|
||||
test/code-smell/boilerplate.sh
|
||||
test/code-smell/required-and-default-attributes.sh
|
||||
test/sanity/code-smell/replace-urlopen.sh .
|
||||
test/sanity/code-smell/use-compat-six.sh lib
|
||||
test/sanity/code-smell/boilerplate.sh
|
||||
test/sanity/code-smell/required-and-default-attributes.sh
|
||||
|
||||
shellcheck \
|
||||
test/integration/targets/*/*.sh \
|
||||
|
||||
Reference in New Issue
Block a user