1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-06 00:32:13 +00:00
community.general/tests
Jose Drowne ba47a0f22e Improve toml_file module with [append] syntax and type hints
- Replace [-1] with [append] syntax for appending new AoT entries
  - [-1] now uses standard Python semantics (last existing entry)
  - [append] explicitly creates a new entry
  - Errors when [append] used with state=absent or mid-path
- Add type hints to all functions
- Document empty string as equivalent to omitted table parameter
- Remove common return values (msg, diff) from RETURN docs
- Add 'auto' to _CONVERTERS dispatch dict for consistency
- Make parse_table_path explicit about None/empty string handling

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 11:04:35 -05:00
..
integration Improve toml_file module with [append] syntax and type hints 2026-01-25 11:04:35 -05:00
sanity Update ignore.txt (#11427) 2026-01-15 22:02:25 +01:00
unit Add option for wsl_shell_type, protect wsl.exe arguments if SSH shell is Powershell (#11308) 2026-01-16 21:07:11 +01:00
utils Remove Python 2 specific parts from integration tests (#10897) 2025-10-12 08:48:50 +02:00
.gitignore New module git config info (#7587) 2023-11-29 08:37:50 +01:00
config.yml Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
galaxy-importer.cfg Zuul third-party-check: disable ansible-doc part of galaxy-importer (#7907) 2024-01-27 15:28:10 +01:00