From: richard Date: Wed, 23 Jan 2002 05:53:46 +0000 (+0000) Subject: convenience script for running the unit tests... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7646f7936a4d7d95daae3dbdc8510ae0abeb8cb5;p=roundup.git convenience script for running the unit tests... ... they are no longer run in the setup, since they take too long git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@590 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/run_tests b/run_tests new file mode 100755 index 0000000..d3e8303 --- /dev/null +++ b/run_tests @@ -0,0 +1,22 @@ +#! /usr/bin/env python +# +# Copyright (c) 2001 Richard Jones +# This module is free software, and you may redistribute it and/or modify +# under the same terms as Python, so long as this copyright message and +# disclaimer are retained in their original form. +# +# This module is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# $Id: run_tests,v 1.1 2002-01-23 05:53:46 richard Exp $ + +import test +test.go() + +# +# $Log: not supported by cvs2svn $ +# +# +# +# vim: set filetype=python ts=4 sw=4 et si