hosts, a python with textual based /etc/hosts editor.
Find a file
phg 1c8396f020 Add comprehensive tests for filtering and import/export functionality
- Created `test_filters.py` to test the EntryFilter and FilterOptions classes, covering default values, custom values, filtering by status, DNS type, resolution status, and search functionality.
- Implemented tests for combined filters and edge cases in filtering.
- Added `test_import_export.py` to test the ImportExportService class, including exporting to hosts, JSON, and CSV formats, as well as importing from these formats.
- Included tests for handling invalid formats, missing required columns, and warnings during import.
- Updated `uv.lock` to include `pytest-asyncio` as a dependency for asynchronous testing.
2025-08-18 10:32:52 +02:00
memory-bank Add comprehensive tests for filtering and import/export functionality 2025-08-18 10:32:52 +02:00
src/hosts Add comprehensive tests for filtering and import/export functionality 2025-08-18 10:32:52 +02:00
tests Add comprehensive tests for filtering and import/export functionality 2025-08-18 10:32:52 +02:00
.clinerules initial commit 2025-07-29 13:50:55 +02:00
.gitignore Add .gitignore file to exclude unnecessary files and directories 2025-07-29 15:09:57 +02:00
.python-version initial commit 2025-07-29 13:50:55 +02:00
CLAUDE.md Add CLAUDE.md for project guidance and development instructions 2025-08-14 16:59:27 +02:00
pyproject.toml Add comprehensive tests for filtering and import/export functionality 2025-08-18 10:32:52 +02:00
README.md initial commit 2025-07-29 13:50:55 +02:00
uv.lock Add comprehensive tests for filtering and import/export functionality 2025-08-18 10:32:52 +02:00