[Python-apps-commits] r13504 - in packages/pyinfra/trunk/debian (4 files)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Sat Aug 13 20:40:47 UTC 2016


    Date: Saturday, August 13, 2016 @ 20:40:46
  Author: stender
Revision: 13504

add DEP-8 tests

Added:
  packages/pyinfra/trunk/debian/tests/
  packages/pyinfra/trunk/debian/tests/control
  packages/pyinfra/trunk/debian/tests/pyinfra
Modified:
  packages/pyinfra/trunk/debian/changelog

Modified: packages/pyinfra/trunk/debian/changelog
===================================================================
--- packages/pyinfra/trunk/debian/changelog	2016-08-13 20:23:19 UTC (rev 13503)
+++ packages/pyinfra/trunk/debian/changelog	2016-08-13 20:40:46 UTC (rev 13504)
@@ -1,10 +1,11 @@
-pyinfra (0.1.1-1) UNRELEASED; urgency=medium
+pyinfra (0.1.1-1) unstable; urgency=medium
 
   * New upstream release.
   * deb/watch:
     + improved filenamemangler.
+  * Add DEP-8 tests.
 
- -- Daniel Stender <stender at debian.org>  Sat, 13 Aug 2016 22:22:51 +0200
+ -- Daniel Stender <stender at debian.org>  Sat, 13 Aug 2016 22:38:44 +0200
 
 pyinfra (0.1~dev26-1) unstable; urgency=medium
 

Added: packages/pyinfra/trunk/debian/tests/control
===================================================================
--- packages/pyinfra/trunk/debian/tests/control	                        (rev 0)
+++ packages/pyinfra/trunk/debian/tests/control	2016-08-13 20:40:46 UTC (rev 13504)
@@ -0,0 +1,2 @@
+Tests: pyinfra
+Depends: python3, python3-nose, python3-six, python3-mock, python3-jsontest, python3-paramiko, python3-gevent, python3-termcolor, python3-jinja2, python3-dateutil
\ No newline at end of file

Added: packages/pyinfra/trunk/debian/tests/pyinfra
===================================================================
--- packages/pyinfra/trunk/debian/tests/pyinfra	                        (rev 0)
+++ packages/pyinfra/trunk/debian/tests/pyinfra	2016-08-13 20:40:46 UTC (rev 13504)
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+python3 -m nose -v &2>&1
\ No newline at end of file


Property changes on: packages/pyinfra/trunk/debian/tests/pyinfra
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-apps-commits mailing list