[diffoscope] branch master updated (a42ce1e -> 7ca74d2)
Juliana Oliveira R
jwnx-guest at moszumanska.debian.org
Sat Sep 16 18:44:33 CEST 2017
This is an automated email from the git hooks/post-receive script.
jwnx-guest pushed a change to branch master
in repository diffoscope.
from a42ce1e setup.py: No need for try-assert-except block.
adds f5aa4b9 comparators: utils: compare: fixes comparison between container types
adds 24bc321 comparators: utils: container: added get_path_name method
adds fab869c comparators: gzip: replaced dest_path gen by self.get_path_name
adds 51c895a comparators: bzip2: replaced dest_path gen by self.get_path_name
adds 7ca74d2 tests: comparators: added test_containers.py
No new revisions were added by this update.
Summary of changes:
diffoscope/comparators/bzip2.py | 2 +-
diffoscope/comparators/gzip.py | 3 +-
diffoscope/comparators/utils/compare.py | 3 +-
diffoscope/comparators/utils/container.py | 5 ++
tests/comparators/test_containers.py | 95 +++++++++++++++++++++
tests/data/containers/a.tar.bz2 | Bin 0 -> 348 bytes
tests/data/containers/a.tar.gz | Bin 0 -> 335 bytes
tests/data/containers/a.tar.xz | Bin 0 -> 404 bytes
tests/data/containers/b.tar.bz2 | Bin 0 -> 525 bytes
tests/data/containers/b.tar.gz | Bin 0 -> 532 bytes
tests/data/containers/b.tar.xz | Bin 0 -> 616 bytes
.../different_files_expected_bzip2_xz_diff | 45 ++++++++++
.../different_files_expected_gzip_bzip2_diff | 45 ++++++++++
.../different_files_expected_gzip_bzip2_meta | 3 +
.../different_files_expected_gzip_xz_diff | 45 ++++++++++
.../different_files_expected_gzip_xz_meta | 3 +
.../containers/equal_files_expected_bzip_xz_diff | 3 +
.../equal_files_expected_gzip_bzip2_diff | 3 +
18 files changed, 251 insertions(+), 4 deletions(-)
create mode 100644 tests/comparators/test_containers.py
create mode 100644 tests/data/containers/a.tar.bz2
create mode 100644 tests/data/containers/a.tar.gz
create mode 100644 tests/data/containers/a.tar.xz
create mode 100644 tests/data/containers/b.tar.bz2
create mode 100644 tests/data/containers/b.tar.gz
create mode 100644 tests/data/containers/b.tar.xz
create mode 100644 tests/data/containers/different_files_expected_bzip2_xz_diff
create mode 100644 tests/data/containers/different_files_expected_gzip_bzip2_diff
create mode 100644 tests/data/containers/different_files_expected_gzip_bzip2_meta
create mode 100644 tests/data/containers/different_files_expected_gzip_xz_diff
create mode 100644 tests/data/containers/different_files_expected_gzip_xz_meta
create mode 100644 tests/data/containers/equal_files_expected_bzip_xz_diff
create mode 100644 tests/data/containers/equal_files_expected_gzip_bzip2_diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list