[Python-apps-commits] r12853 - in packages/hovercraft/trunk/debian (4 files)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Mon Feb 29 19:10:16 UTC 2016
Date: Monday, February 29, 2016 @ 19:10:15
Author: danstender-guest
Revision: 12853
added DEP-8 tests
Added:
packages/hovercraft/trunk/debian/tests/
packages/hovercraft/trunk/debian/tests/control
packages/hovercraft/trunk/debian/tests/hovercraft
Modified:
packages/hovercraft/trunk/debian/changelog
Modified: packages/hovercraft/trunk/debian/changelog
===================================================================
--- packages/hovercraft/trunk/debian/changelog 2016-02-29 18:47:32 UTC (rev 12852)
+++ packages/hovercraft/trunk/debian/changelog 2016-02-29 19:10:15 UTC (rev 12853)
@@ -19,8 +19,9 @@
* deb/patches:
+ dropped fix-for-dfsg.diff (applied upstream).
+ updated improve-docs.diff.
+ * Added DEP-8 tests.
- -- Daniel Stender <stender at debian.org> Mon, 29 Feb 2016 19:43:25 +0100
+ -- Daniel Stender <stender at debian.org> Mon, 29 Feb 2016 19:53:59 +0100
hovercraft (2.0+dfsg-1) unstable; urgency=low
Added: packages/hovercraft/trunk/debian/tests/control
===================================================================
--- packages/hovercraft/trunk/debian/tests/control (rev 0)
+++ packages/hovercraft/trunk/debian/tests/control 2016-02-29 19:10:15 UTC (rev 12853)
@@ -0,0 +1,2 @@
+Tests: hovercraft
+Depends: python3, python3-pygments, python3-docutils, python3-manuel, python3-svg.path, python3-lxml, python3-watchdog, python3-pytest
Added: packages/hovercraft/trunk/debian/tests/hovercraft
===================================================================
--- packages/hovercraft/trunk/debian/tests/hovercraft (rev 0)
+++ packages/hovercraft/trunk/debian/tests/hovercraft 2016-02-29 19:10:15 UTC (rev 12853)
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+for py in $(py3versions -i); do echo "[*] testing $py:"; PYTHONPATH=. $py -Wd -m pytest -v -x 2>&1; done
Property changes on: packages/hovercraft/trunk/debian/tests/hovercraft
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-apps-commits
mailing list