[diffoscope] branch master updated (d72c1f4 -> 147d0c0)

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 6 21:10:01 CEST 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a change to branch master
in repository diffoscope.

      from  d72c1f4   Add a JSON comparator.
       new  0547aa5   Add tests for JSON comparator.
       new  e4c2d9c   Move parsing to JSONFile.recognizes
       new  50be22f   Ensure decode errors in JSON comparator are not fatal.
       new  e39e1e2   Ignore /.*eggs and /.cache - they get created when running tests.
       new  147d0c0   Tidy OS_NAMES dict.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                      |  2 ++
 diffoscope/__init__.py                          |  9 +++---
 diffoscope/comparators/json.py                  | 19 +++++++----
 tests/comparators/{test_png.py => test_json.py} | 43 ++++++++++---------------
 tests/data/json_expected_diff                   |  5 +++
 tests/data/test1.json                           |  1 +
 tests/data/test2.json                           |  1 +
 7 files changed, 43 insertions(+), 37 deletions(-)
 copy tests/comparators/{test_png.py => test_json.py} (53%)
 create mode 100644 tests/data/json_expected_diff
 create mode 100644 tests/data/test1.json
 create mode 100644 tests/data/test2.json

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list