Mercurial > p > roundup > code
diff run_tests @ 1092:e5826025eeb7
more Log removal
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 01:07:06 +0000 |
| parents | 938edfdeac6e |
| children | 4074e2336eed |
line wrap: on
line diff
--- a/run_tests Tue Sep 10 00:45:46 2002 +0000 +++ b/run_tests Tue Sep 10 01:07:06 2002 +0000 @@ -9,7 +9,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: run_tests,v 1.7 2002-05-29 01:16:16 richard Exp $ +# $Id: run_tests,v 1.8 2002-09-10 01:07:04 richard Exp $ # make sure we have the htmlbase try: @@ -25,29 +25,4 @@ else: go() -# -# $Log: not supported by cvs2svn $ -# Revision 1.6 2002/05/25 07:24:29 rochecompaan -# oops -# -# Revision 1.4 2002/02/14 23:38:12 richard -# Fixed the unit tests for the mailgw re: the x-roundup-name header. -# Also made the test runner more user-friendly: -# ./run_tests - detect all tests in test/test_<name>.py and run them -# ./run_tests <name> - run only test/test_<name>.py -# eg ./run_tests mailgw - run the mailgw test from test/test_mailgw.py -# -# Revision 1.3 2002/01/23 20:09:41 jhermann -# Proper fix for failing test -# -# 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
