mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
Cleanup and enhancements for ansible-test. (#37142)
* Fix type hint typos. * Add one-time cloud env setup after delegation. * Add generate_password to util. * Add username/password support to HttpClient. * Avoid pip requirement for ansible-test shell. * Support provisioning Tower instances.
This commit is contained in:
parent
5de7c9ce8f
commit
b9b8081a87
8 changed files with 82 additions and 13 deletions
|
@ -231,9 +231,9 @@ class PylintTest(SanitySingleVersion):
|
|||
def pylint(self, args, context, paths):
|
||||
"""
|
||||
:type args: SanityConfig
|
||||
:param context: str
|
||||
:param paths: list[str]
|
||||
:return: list[dict[str, str]]
|
||||
:type context: str
|
||||
:type paths: list[str]
|
||||
:rtype: list[dict[str, str]]
|
||||
"""
|
||||
rcfile = 'test/sanity/pylint/config/%s' % context
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue