annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
578
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
1 #! /usr/bin/env python
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
2 #
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
3 # Copyright (c) 2001 Richard Jones
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
4 # This module is free software, and you may redistribute it and/or modify
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
5 # under the same terms as Python, so long as this copyright message and
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
6 # disclaimer are retained in their original form.
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
7 #
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
8 # This module is distributed in the hope that it will be useful,
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
11 #
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
12 # $Id: run_tests,v 1.1 2002-01-23 05:53:46 richard Exp $
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
13
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
14 import test
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
15 test.go()
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
16
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
17 #
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
18 # $Log: not supported by cvs2svn $
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
19 #
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
20 #
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
21 #
ee8093d5eae5 convenience script for running the unit tests...
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
22 # vim: set filetype=python ts=4 sw=4 et si

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