Mercurial > p > roundup > code
comparison run_tests @ 578:ee8093d5eae5
convenience script for running the unit tests...
... they are no longer run in the setup, since they take too long
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 23 Jan 2002 05:53:46 +0000 |
| parents | |
| children | deb852c24642 |
comparison
equal
deleted
inserted
replaced
| 577:334ae707ebfc | 578:ee8093d5eae5 |
|---|---|
| 1 #! /usr/bin/env python | |
| 2 # | |
| 3 # Copyright (c) 2001 Richard Jones | |
| 4 # This module is free software, and you may redistribute it and/or modify | |
| 5 # under the same terms as Python, so long as this copyright message and | |
| 6 # disclaimer are retained in their original form. | |
| 7 # | |
| 8 # This module is distributed in the hope that it will be useful, | |
| 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| 11 # | |
| 12 # $Id: run_tests,v 1.1 2002-01-23 05:53:46 richard Exp $ | |
| 13 | |
| 14 import test | |
| 15 test.go() | |
| 16 | |
| 17 # | |
| 18 # $Log: not supported by cvs2svn $ | |
| 19 # | |
| 20 # | |
| 21 # | |
| 22 # vim: set filetype=python ts=4 sw=4 et si |
