[Python-modules-commits] [pytest-localserver] 01/01: added trailing newlines to DEP-8 test scripts
Daniel Stender
danstender-guest at moszumanska.debian.org
Tue Jul 21 08:54:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository pytest-localserver.
commit 75fd63a69d4bae510c0027fce1fd5d8ebffa2692
Author: Daniel Stender <debian at danielstender.com>
Date: Tue Jul 21 10:54:25 2015 +0200
added trailing newlines to DEP-8 test scripts
---
debian/changelog | 2 +-
debian/tests/python-pytest-localhost | 3 ++-
debian/tests/python3-pytest-localhost | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 091a2fc..0d167d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ pytest-localserver (0.3.4-1) UNRELEASED; urgency=medium
* Initial release (Closes: #792784)
- -- Daniel Stender <debian at danielstender.com> Tue, 21 Jul 2015 10:35:15 +0200
+ -- Daniel Stender <debian at danielstender.com> Tue, 21 Jul 2015 10:53:57 +0200
diff --git a/debian/tests/python-pytest-localhost b/debian/tests/python-pytest-localhost
index d1e0b0e..2e8617f 100755
--- a/debian/tests/python-pytest-localhost
+++ b/debian/tests/python-pytest-localhost
@@ -1,2 +1,3 @@
#!/bin/sh -e
-pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m pytest -v -x 2>&1
\ No newline at end of file
+pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m pytest -v -x 2>&1
+
diff --git a/debian/tests/python3-pytest-localhost b/debian/tests/python3-pytest-localhost
index c99936d..55429f6 100755
--- a/debian/tests/python3-pytest-localhost
+++ b/debian/tests/python3-pytest-localhost
@@ -1,2 +1,3 @@
#!/bin/sh -e
py3versions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m pytest -v -x 2>&1
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-localserver.git
More information about the Python-modules-commits
mailing list