~ubuntu-branches/ubuntu/raring/schooltool.intervention/raring

« back to all changes in this revision

Viewing changes to debian/tests/all

  • Committer: Package Import Robot
  • Author(s): Gediminas Paulauskas
  • Date: 2012-09-20 19:19:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120920191917-15gd6121h90o0h02
Tags: 2.1.1-0ubuntu3
debian/tests: use zope.testrunner

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
TMPFILE=$(mktemp)
7
7
 
8
8
cat > $TMPFILE << EOF
9
 
from zope.testing import testrunner
 
9
from zope import testrunner
10
10
from distutils import sysconfig
11
11
 
12
12
test_path = sysconfig.get_python_lib()