[Python-modules-commits] r21372 - in packages/python-byteplay/trunk/debian (4 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Apr 23 12:55:44 UTC 2012


    Date: Monday, April 23, 2012 @ 12:55:41
  Author: jwilk
Revision: 21372

Add DEP-8 tests.

Added:
  packages/python-byteplay/trunk/debian/tests/
  packages/python-byteplay/trunk/debian/tests/control
  packages/python-byteplay/trunk/debian/tests/tests
Modified:
  packages/python-byteplay/trunk/debian/changelog

Modified: packages/python-byteplay/trunk/debian/changelog
===================================================================
--- packages/python-byteplay/trunk/debian/changelog	2012-04-23 12:11:00 UTC (rev 21371)
+++ packages/python-byteplay/trunk/debian/changelog	2012-04-23 12:55:41 UTC (rev 21372)
@@ -13,8 +13,9 @@
     Python version separately.
   * Test more comprehensively: try to re-bytecopile whole Python standard
     library.
+  * Add DEP-8 tests.
 
- -- Jakub Wilk <jwilk at debian.org>  Mon, 23 Apr 2012 14:05:20 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Mon, 23 Apr 2012 14:55:09 +0200
 
 python-byteplay (0.2-1) unstable; urgency=low
 

Added: packages/python-byteplay/trunk/debian/tests/control
===================================================================
--- packages/python-byteplay/trunk/debian/tests/control	                        (rev 0)
+++ packages/python-byteplay/trunk/debian/tests/control	2012-04-23 12:55:41 UTC (rev 21372)
@@ -0,0 +1,3 @@
+Tests: tests
+Features: no-build-needed
+Depends: python-byteplay

Added: packages/python-byteplay/trunk/debian/tests/tests
===================================================================
--- packages/python-byteplay/trunk/debian/tests/tests	                        (rev 0)
+++ packages/python-byteplay/trunk/debian/tests/tests	2012-04-23 12:55:41 UTC (rev 21372)
@@ -0,0 +1,8 @@
+#!/bin/sh
+#!/bin/sh
+set -e
+export PYTHONWARNINGS=d
+pyversions -i \
+| tr ' ' '\n' \
+| xargs -I {} env {} \
+  debian/run-tests.py 2>&1


Property changes on: packages/python-byteplay/trunk/debian/tests/tests
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list