Skip to content

diff: filter ignored nested keys from object values#199

Open
gaoflow wants to merge 1 commit into
inveniosoftware:masterfrom
gaoflow:fix-ignore-object-values-187
Open

diff: filter ignored nested keys from object values#199
gaoflow wants to merge 1 commit into
inveniosoftware:masterfrom
gaoflow:fix-ignore-object-values-187

Conversation

@gaoflow

@gaoflow gaoflow commented Jun 22, 2026

Copy link
Copy Markdown

Summary

Closes #187.

Validation

  • python -m pytest tests/test_dictdiffer.py::DictDifferTests::test_ignore_nested_key_in_object_values -q -o addopts=''
  • python -m pytest -q -o addopts=''
  • python -m compileall dictdiffer tests
  • git diff --check
  • python -m pycodestyle --ignore=E501,W504 dictdiffer/__init__.py tests/test_dictdiffer.py

Note: the repository default pytest addopts require optional pytest lint plugins that are not installed in this local environment, so the test commands above clear addopts for behavioral validation.

This pull request was prepared with the assistance of AI, under my direction and review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Getting unexpected value in diff when using ignore in add/remove object case

1 participant