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

Vincent Bernat bernat at moszumanska.debian.org
Sun Nov 15 23:12:44 UTC 2015


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

bernat pushed a commit to branch master
in repository cookiecutter.

commit 8038fb88030e9529b5ca5176ac220c6a5f9000b3
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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_generate_files.py b/tests/test_generate_files.py
index f75b0db..7ee2e3f 100644
--- a/tests/test_generate_files.py
+++ b/tests/test_generate_files.py
@@ -113,7 +113,6 @@ 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')

-- 
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