[Python-modules-commits] [cookiecutter] 06/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 37e46a0dfe41ba2f506e7ff330cea44084eb6444
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 f75b0db..9307af1 100644
--- a/tests/test_generate_files.py
+++ b/tests/test_generate_files.py
@@ -113,11 +113,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