Author: ianb
Date: 2005-02-01 08:01:49 +0000 (Tue, 01 Feb 2005)
New Revision: 566
Removed:
trunk/SQLObject/test
trunk/SQLObject/tests/
Log:
Removed tests that are redundant with the new py.test tests
Deleted: trunk/SQLObject/test
===================================================================
--- trunk/SQLObject/test 2005-02-01 07:59:43 UTC (rev 565)
+++ trunk/SQLObject/test 2005-02-01 08:01:49 UTC (rev 566)
@@ -1,18 +0,0 @@
-#!/bin/sh
-VERSION=""
-if [ "$1" = "2.3" ] ; then
- VERSION=2.3
- shift
-elif [ "$1" = "2.2" ] ; then
- VERSION=2.2
- shift
-fi
-
-if [ "$1" = "cover" ] ; then
- shift
- sudo python$VERSION setup.py -q install
- python$VERSION ./tests/coverage.py -x tests/test_sqlobject.py $*
- ./tests/coverage.py -a `find tests SQLObject -name '*.py'`
-else
- sudo python$VERSION setup.py -q install && python$VERSION tests/test_sqlobject.py $*
-fi
|