mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
More code-smell sanity test updates. (#36830)
* Add test for missing Azure requirements. * Improve readability. * Enhance no-unicode-literals code-smell test.
This commit is contained in:
parent
a031e02ab0
commit
dc71c2197f
5 changed files with 42 additions and 17 deletions
|
@ -269,6 +269,7 @@ class SanityCodeSmellTest(SanityTest):
|
|||
|
||||
if data:
|
||||
display.info(data, verbosity=4)
|
||||
|
||||
try:
|
||||
stdout, stderr = run_command(args, cmd, data=data, env=env, capture=True)
|
||||
status = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue