view tests/__init__.py @ 87:d3dcac043ab0

Added some new hyperdb tests to make sure we raise the right exceptions.
author Richard Jones <richard@users.sourceforge.net>
date Fri, 27 Jul 2001 06:23:09 +0000
parents f1cffcad4903
children
line wrap: on
line source

# $Id: __init__.py,v 1.3 2001-07-25 04:34:31 richard Exp $

import unittest

import test_dates, test_schema, test_db

def go():
    suite = unittest.TestSuite((
        test_dates.suite(),
        test_schema.suite(),
        test_db.suite(),
    ))
    runner = unittest.TextTestRunner()
    runner.run(suite)

#
# $Log: not supported by cvs2svn $
#

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