[Python-modules-commits] r27956 - in packages/cherrypy3/trunk/debian (4 files)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Wed Feb 26 21:08:43 UTC 2014


    Date: Wednesday, February 26, 2014 @ 21:08:42
  Author: noskcaj-guest
Revision: 27956

Actually add the tests

Added:
  packages/cherrypy3/trunk/debian/tests/
  packages/cherrypy3/trunk/debian/tests/control
  packages/cherrypy3/trunk/debian/tests/python-cherrypy3
  packages/cherrypy3/trunk/debian/tests/python3-cherrypy3

Added: packages/cherrypy3/trunk/debian/tests/control
===================================================================
--- packages/cherrypy3/trunk/debian/tests/control	                        (rev 0)
+++ packages/cherrypy3/trunk/debian/tests/control	2014-02-26 21:08:42 UTC (rev 27956)
@@ -0,0 +1,5 @@
+Tests: python-cherrypy3
+Depends: @, python-all, python-nose
+
+Tests: python3-cherrypy3
+Depends: @, python3-all, python3-nose
\ No newline at end of file

Added: packages/cherrypy3/trunk/debian/tests/python-cherrypy3
===================================================================
--- packages/cherrypy3/trunk/debian/tests/python-cherrypy3	                        (rev 0)
+++ packages/cherrypy3/trunk/debian/tests/python-cherrypy3	2014-02-26 21:08:42 UTC (rev 27956)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set  -e -u
+cd cherrypy/test/
+nosetests -s ./
\ No newline at end of file

Added: packages/cherrypy3/trunk/debian/tests/python3-cherrypy3
===================================================================
--- packages/cherrypy3/trunk/debian/tests/python3-cherrypy3	                        (rev 0)
+++ packages/cherrypy3/trunk/debian/tests/python3-cherrypy3	2014-02-26 21:08:42 UTC (rev 27956)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set  -e -u
+cd cherrypy/test/
+nosetests3 -s ./
\ No newline at end of file




More information about the Python-modules-commits mailing list