hosts/tests
phg 25001042e5 Enhance status display and entry details in HostsManagerApp
- Updated header title to "/etc/hosts Manager" and modified subtitle format.
- Implemented a dedicated overlay status bar for error messages, ensuring no layout shifts.
- Refactored entry details display to use DataTable with labeled rows for improved consistency.
- Added CSS styles for the new status bar and DataTable.
- Created tests for status bar visibility and DataTable functionality, ensuring all tests pass.
2025-07-31 09:47:09 +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 Enhance status display and entry details in HostsManagerApp 2025-07-31 09:47:09 +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 Refactor test error handling and status updates in HostsManagerApp tests 2025-07-31 08:48:02 +02:00