[Python-modules-commits] [cookiecutter] 03/08: Don't test for ".DS_Store"

Vincent Bernat bernat at moszumanska.debian.org
Sun Dec 25 20:18:08 UTC 2016


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

bernat pushed a commit to branch master
in repository cookiecutter.

commit 102437a5cc04d234eb7c62aa050088f2ec14ea7f
Author: Vincent Bernat <vincent at bernat.im>
Date:   Mon Nov 16 00:02:17 2015 +0100

    Don't test for ".DS_Store"
    
    This file is excluded during extraction by dpkg-source.
---
 tests/test_generate_files.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/test_generate_files.py b/tests/test_generate_files.py
index f71192f..b425fc6 100644
--- a/tests/test_generate_files.py
+++ b/tests/test_generate_files.py
@@ -112,11 +112,9 @@ def test_generate_files_binaries():
     )
 
     assert os.path.isfile('inputbinary_files/logo.png')
-    assert os.path.isfile('inputbinary_files/.DS_Store')
     assert os.path.isfile('inputbinary_files/readme.txt')
     assert os.path.isfile('inputbinary_files/some_font.otf')
     assert os.path.isfile('inputbinary_files/binary_files/logo.png')
-    assert os.path.isfile('inputbinary_files/binary_files/.DS_Store')
     assert os.path.isfile('inputbinary_files/binary_files/readme.txt')
     assert os.path.isfile('inputbinary_files/binary_files/some_font.otf')
     assert os.path.isfile(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cookiecutter.git



More information about the Python-modules-commits mailing list