Mercurial > p > roundup > code
annotate run_tests @ 602:c242455d9b46 config-0-4-0-branch
Brought the config branch up to date with HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Feb 2002 04:05:55 +0000 |
| parents | 912029653c1c |
| children |
| 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 # |
|
602
c242455d9b46
Brought the config branch up to date with HEAD
Richard Jones <richard@users.sourceforge.net>
parents:
601
diff
changeset
|
12 # $Id: run_tests,v 1.3.2.1 2002-02-06 04:05:53 richard Exp $ |
|
601
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 $ |
|
602
c242455d9b46
Brought the config branch up to date with HEAD
Richard Jones <richard@users.sourceforge.net>
parents:
601
diff
changeset
|
19 # Revision 1.3 2002/01/23 20:09:41 jhermann |
|
c242455d9b46
Brought the config branch up to date with HEAD
Richard Jones <richard@users.sourceforge.net>
parents:
601
diff
changeset
|
20 # Proper fix for failing test |
|
c242455d9b46
Brought the config branch up to date with HEAD
Richard Jones <richard@users.sourceforge.net>
parents:
601
diff
changeset
|
21 # |
|
601
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.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
|
23 # . 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
|
24 # |
|
912029653c1c
[[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff
changeset
|
25 # 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
|
26 # 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
|
27 # ... 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
|
28 # |
|
912029653c1c
[[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff
changeset
|
29 # |
|
912029653c1c
[[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff
changeset
|
30 # |
|
912029653c1c
[[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff
changeset
|
31 # |
|
912029653c1c
[[Metadata associated with this commit was garbled during conversion from CVS
No Author <no-author@users.sourceforge.net>
parents:
diff
changeset
|
32 # vim: set filetype=python ts=4 sw=4 et si |
