mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-26 19:05:17 +00:00
9859b41d9e
- Added a new configuration option `condense_paths` in `config.ini.example` to control path formatting. - Enhanced `MultitestCommand` to condense output paths using shared prefixes and tree branches when `condense_paths` is enabled. - Introduced utility functions for path processing, including `_condense_path_lines` and `_path_to_tokens`. - Updated tests to validate the new path condensing functionality and configuration behavior.