justinmclean opened a new pull request, #236:
URL: https://github.com/apache/airflow-steward/pull/236
11 new tests filling the remaining coverage gaps in `test_validator.py`.
## Changes
`tests/test_validator.py` — new test cases covering:
- `deep_diff` — type mismatch between actual and expected; key missing in
settings but present in expected; extra key in settings not in expected; deeply
nested scalar change reported with correct path; non-`SET_LIST_KEYS` list
mismatch uses positional comparison; identical trees return empty diff; empty
dicts match
- `check_invariants` — missing `sandbox` key entirely; missing `filesystem`
key; missing permissions key
- `main` CLI — missing settings file raises `SystemExit`; missing expected
file raises `SystemExit`; malformed JSON raises `SystemExit`; top-level
non-object value raises `SystemExit`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]