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:
Matt Clay 2018-02-28 00:50:00 -08:00 committed by GitHub
commit dc71c2197f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 17 deletions

View file

@ -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