test: pytest suite + ruff/mypy + CI#4
Merged
Merged
Conversation
Add 94 unit tests over the pure parse/filter/format helpers (extraction, device/profile match resolution including the ambiguous-query refusal that guards destructive commands, day/time validation, argparse surface). Add [dev] extra (pytest/ruff/mypy) and tool config to pyproject, plus a GitHub Actions workflow running lint + types + tests on push/PR. Fix the pre-existing lint/type findings the new tooling surfaced (all behavior-preserving).
solomonneas
added a commit
that referenced
this pull request
Jul 15, 2026
test: pytest suite + ruff/mypy + CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the test and CI harness the repo was missing. The CLI does bulk destructive operations (block/forget by regex) and previously had zero tests, no linter, and no CI.
What's added
tests/) over the pure sync logic, no network:_extract_data_list,_extract_networks, id parsing)_filter_devicespaths, day/time validation,_fmt_last_activebuckets[dev]extra (pytest/ruff/mypy) + ruff/mypy/pytest config inpyproject.toml.github/workflows/ci.yml) running lint + types + tests on push/PRtimezone.utc->UTC,raise ... from,contextlib.suppress, two mypy narrows, wrapped long help strings)Verification
Test fixtures use RFC 5737 documentation IPs (no real network addresses).