mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
Fix ansible-test unicode and sanity tests. (#29743)
* Show warning when using pylint on Python 2.6. * Add pylint disable entries for Python 2. * Fix unicode handling in ansible-test. * Add missing documentation.
This commit is contained in:
parent
b5eca624d0
commit
79bc49e150
7 changed files with 22 additions and 6 deletions
|
@ -194,7 +194,7 @@ class TestFailure(TestResult):
|
|||
:type test: str
|
||||
:type python_version: str | None
|
||||
:type messages: list[TestMessage] | None
|
||||
:type summary: str | None
|
||||
:type summary: unicode | None
|
||||
"""
|
||||
super(TestFailure, self).__init__(command, test, python_version)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue