18867847f4
* Relocate ansible-only sanity tests. * Get "code smell" sanity tests from multiple dirs. - `test/lib/ansible_test/_data/sanity/code-smell/` - General purpose tests used for both Ansible and Ansible Collections. - `test/sanity/code-smell/` - Tests specific to Ansible, will not be used for Ansible Collections.
10 lines
147 B
JSON
10 lines
147 B
JSON
{
|
|
"all_targets": true,
|
|
"output": "path-message",
|
|
"extensions": [
|
|
".py"
|
|
],
|
|
"prefixes": [
|
|
"lib/ansible/"
|
|
]
|
|
}
|