Loading tests/data/archive12.diff.txt +2 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ ├── compressed.gz │ ├── filetype from file(1) │ │ @@ -1 +1 @@ │ │ -gzip compressed data, last modified: Sun Mar 19 22:26:58 2017, from Unix, truncated │ │ +gzip compressed data, was "compressed", last modified: Sun Sep 12 11:59:26 2021, max compression, from Unix, truncated │ │ -gzip compressed data, last modified: Sun Mar 19 22:26:58 2017, from Unix │ │ +gzip compressed data, was "compressed", last modified: Sun Sep 12 11:59:26 2021, max compression, from Unix │ ├── compressed │ │ @@ -1 +1 @@ │ │ -asdf Loading tests/test_presenters.py +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ def test_text_option_is_default(capsys): assert out == get_data("output.txt") @skip_unless_file_version_is_at_least("5.39") @skip_unless_file_version_is_at_least("5.43") def test_text_proper_indentation(capsys): out = run(capsys, pair=("archive1.tar", "archive2.tar")) Loading Loading
tests/data/archive12.diff.txt +2 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ ├── compressed.gz │ ├── filetype from file(1) │ │ @@ -1 +1 @@ │ │ -gzip compressed data, last modified: Sun Mar 19 22:26:58 2017, from Unix, truncated │ │ +gzip compressed data, was "compressed", last modified: Sun Sep 12 11:59:26 2021, max compression, from Unix, truncated │ │ -gzip compressed data, last modified: Sun Mar 19 22:26:58 2017, from Unix │ │ +gzip compressed data, was "compressed", last modified: Sun Sep 12 11:59:26 2021, max compression, from Unix │ ├── compressed │ │ @@ -1 +1 @@ │ │ -asdf Loading
tests/test_presenters.py +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ def test_text_option_is_default(capsys): assert out == get_data("output.txt") @skip_unless_file_version_is_at_least("5.39") @skip_unless_file_version_is_at_least("5.43") def test_text_proper_indentation(capsys): out = run(capsys, pair=("archive1.tar", "archive2.tar")) Loading