[Git][reproducible-builds/diffoscope][master] Apply "black" to the tests, not just to the "diffocope" module.

Chris Lamb gitlab at salsa.debian.org
Sun Aug 25 09:55:27 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
159c3752 by Chris Lamb at 2019-08-25T09:54:53Z
Apply "black" to the tests, not just to the "diffocope" module.

Gbp-Dch: ignore

- - - - -


1 changed file:

- tests/comparators/test_squashfs.py


Changes:

=====================================
tests/comparators/test_squashfs.py
=====================================
@@ -61,7 +61,9 @@ def differences(squashfs1, squashfs2):
     return squashfs1.compare(squashfs2).details
 
 
- at skip_unless_tool_is_at_least('unsquashfs', unsquashfs_version, '4.3+git190823')
+ at skip_unless_tool_is_at_least(
+    'unsquashfs', unsquashfs_version, '4.3+git190823'
+)
 def test_superblock(differences):
     expected_diff = get_data('squashfs_superblock_expected_diff')
     assert differences[0].unified_diff == expected_diff



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/159c37524102108d6215b83db4f0b5506f781c52

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/159c37524102108d6215b83db4f0b5506f781c52
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190825/0ef04007/attachment.html>


More information about the rb-commits mailing list