hosts/tests
phg 4dbf200c5f Add TUI components for hosts management
- Implement DetailsHandler for managing entry details display and edit forms.
- Create EditHandler to handle edit mode operations, including validation and saving of entry changes.
- Introduce NavigationHandler for entry movement and action operations.
- Define key bindings for various application actions in keybindings.py.
- Add TableHandler for managing the data table, including sorting and filtering of entries.
- Establish CSS styles for consistent theming across the application.
- Update tests to reflect changes in module structure and ensure proper functionality.
2025-07-30 16:08:25 +02:00
..
__init__.py Add unit tests for HostEntry and HostsFile models, and implement HostsParser tests 2025-07-29 14:52:31 +02:00
test_config.py Refactor test imports: remove unused imports across configuration and modal test files 2025-07-30 15:26:39 +02:00
test_config_modal.py Refactor test imports: remove unused imports across configuration and modal test files 2025-07-30 15:26:39 +02:00
test_main.py Add TUI components for hosts management 2025-07-30 16:08:25 +02:00
test_manager.py Refactor test imports: remove unused imports across configuration and modal test files 2025-07-30 15:26:39 +02:00
test_models.py Enhance hosts file serialization and entry formatting for proper tab alignment; update tests to reflect changes. 2025-07-29 23:31:30 +02:00
test_parser.py Add management header to hosts files and enhance serialization formatting; update tests to reflect changes. 2025-07-30 00:00:53 +02:00
test_save_confirmation_modal.py Add TUI components for hosts management 2025-07-30 16:08:25 +02:00