Mercurial > p > roundup > code
diff run_tests @ 601:912029653c1c config-0-4-0-branch
[[Metadata associated with this commit was garbled during conversion from CVS
to Subversion. The actual author of these changes was probably either Richard
Jones or Titus Brown.]]
| author | No Author <no-author@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Feb 2002 03:47:17 +0000 |
| parents | |
| children | c242455d9b46 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/run_tests Wed Feb 06 03:47:17 2002 +0000 @@ -0,0 +1,29 @@ +#! /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.3 2002-01-23 20:09:41 jhermann Exp $ + +import test +test.go() + +# +# $Log: not supported by cvs2svn $ +# Revision 1.2 2002/01/23 11:08:52 grubert +# . run_tests testReldate_date failed if LANG is 'german' +# +# Revision 1.1 2002/01/23 05:53:46 richard +# convenience script for running the unit tests... +# ... they are no longer run in the setup, since they take too long +# +# +# +# +# vim: set filetype=python ts=4 sw=4 et si
