summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_internal/classification/csharp.py
Commit message (Collapse)AuthorAgeFilesLines
* ansible-test - Avoid use of deprecated type hints. (#78456)Matt Clay2022-08-041-5/+4
| | | | | | | | | * ansible-test - Avoid use of deprecated type hints. PEP 585 deprecated many container types in the `typing` module in favor of the actual types, which support subscripting as of Python 3.9. Conversion of `t.Type` was skipped since PyCharm does not currently recognize it. * ansible-test - Fix `t` and `c` imports/shadowing.
* ansible-test - Convert more type hints. (#78449)Matt Clay2022-08-041-1/+1
| | | | | | | | | * Simple regex replace of multi-line function arg annotations. * Simple regex replace of multi-line function arg annotations with default values. * Simple regex replace of multi-line function arg return annotations. * Simple regex replace of assignment annotations.
* ansible-test - Use more native type hints. (#78435)Matt Clay2022-08-031-4/+4
| | | | | | | | | | | | | | | | | * ansible-test - Use more native type hints. Simple search and replace to switch from comments to native type hints for return types of functions with no arguments. * ansible-test - Use more native type hints. Conversion of simple single-line function annotation type comments to native type hints. * ansible-test - Use more native type hints. Conversion of single-line function annotation type comments with default values to native type hints. * ansible-test - Use more native type hints. Manual conversion of type annotation comments for functions which have pylint directives.
* ansible-test - Code cleanup. (#75774)Matt Clay2021-09-241-17/+9
| | | | * ansible-test - Remove unused code. * ansible-test - More PEP 484 type hints.
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-201-4/+4
|
* ansible-test - Cleanup to prepare for pylint update. (#75469)Matt Clay2021-08-111-2/+2
| | | | | | | | * ansible-test - Fix use of abstractproperty * ansible-test - Use dict.items() where possible. * ansible-test - Remove unused code. * ansible-test - Cleanup issues reported by pylint. * ansible-test - Use dict.items() where possible. * ansible-test - Use generator.
* Fix imports for the previous commit.Matt Clay2021-05-051-4/+4
| | | | Also add a changelog entry.
* Relocate change classification files.Matt Clay2021-05-051-0/+106