mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
Reorganize integration tests:
- Move legacy tests into a separate directory. - Reduce common dependencies between targets.
This commit is contained in:
parent
896c4b42ba
commit
781fd7099a
513 changed files with 111 additions and 6 deletions
|
@ -15,3 +15,8 @@ things1:
|
|||
- 1
|
||||
- 2
|
||||
vars_file_var: 321
|
||||
|
||||
test_bare: true
|
||||
test_bare_var: 123
|
||||
test_bare_nested_good: "test_bare_var == 123"
|
||||
test_bare_nested_bad: "{{test_bare_var}} == 321"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue