annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
601
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
1 #! /usr/bin/env python
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
2 #
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
3 # Copyright (c) 2001 Richard Jones
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
4 # This module is free software, and you may redistribute it and/or modify
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
5 # under the same terms as Python, so long as this copyright message and
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
6 # disclaimer are retained in their original form.
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
7 #
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
8 # This module is distributed in the hope that it will be useful,
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
11 #
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
12 # $Id: run_tests,v 1.3 2002-01-23 20:09:41 jhermann Exp $
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
13
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
14 import test
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
15 test.go()
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
16
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
17 #
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
18 # $Log: not supported by cvs2svn $
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
19 # Revision 1.2 2002/01/23 11:08:52 grubert
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
20 # . run_tests testReldate_date failed if LANG is 'german'
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
21 #
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
22 # Revision 1.1 2002/01/23 05:53:46 richard
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
23 # convenience script for running the unit tests...
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
24 # ... they are no longer run in the setup, since they take too long
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
25 #
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
26 #
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
27 #
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
28 #
912029653c1c [[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff changeset
29 # vim: set filetype=python ts=4 sw=4 et si

Roundup Issue Tracker: http://roundup-tracker.org/