[Python-apps-commits] r8493 - in packages/sinntp/trunk/debian (4 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Wed Apr 18 21:05:24 UTC 2012


    Date: Wednesday, April 18, 2012 @ 21:05:20
  Author: jwilk
Revision: 8493

Add DEP-8 tests.

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

Modified: packages/sinntp/trunk/debian/changelog
===================================================================
--- packages/sinntp/trunk/debian/changelog	2012-04-18 20:47:54 UTC (rev 8492)
+++ packages/sinntp/trunk/debian/changelog	2012-04-18 21:05:20 UTC (rev 8493)
@@ -10,8 +10,9 @@
   * Update the copyright file.
   * Use xargs to iterate over all Python versions.
   * Run tests with --verbose.
+  * Add DEP-8 tests.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 18 Apr 2012 22:47:03 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Wed, 18 Apr 2012 23:04:29 +0200
 
 sinntp (1.4-1) unstable; urgency=low
 

Added: packages/sinntp/trunk/debian/tests/control
===================================================================
--- packages/sinntp/trunk/debian/tests/control	                        (rev 0)
+++ packages/sinntp/trunk/debian/tests/control	2012-04-18 21:05:20 UTC (rev 8493)
@@ -0,0 +1,2 @@
+Tests: tests
+Features: no-build-needed

Added: packages/sinntp/trunk/debian/tests/tests
===================================================================
--- packages/sinntp/trunk/debian/tests/tests	                        (rev 0)
+++ packages/sinntp/trunk/debian/tests/tests	2012-04-18 21:05:20 UTC (rev 8493)
@@ -0,0 +1,5 @@
+#!/usr/bin/python
+import sys
+sys.path[0:0] = ['/usr/share/sinntp/']
+sys.argv[1:1] = ['--verbose']
+execfile('tests.py')


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




More information about the Python-apps-commits mailing list