diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-22 06:40:14 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-22 06:40:14 +0000 |
commit | c47cda5593b7525e87c59805064ac7ae829fe993 (patch) | |
tree | 61e19fe68c3f45bf578e116c3e015eb71a8bad88 /test/alltests.py | |
parent | bdcc6e92aee1df4861e50b518fdeac76c40daece (diff) | |
download | sqlalchemy-c47cda5593b7525e87c59805064ac7ae829fe993.tar.gz |
this is a test commit
Diffstat (limited to 'test/alltests.py')
-rw-r--r-- | test/alltests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/alltests.py b/test/alltests.py index acd8f061d..1207fc577 100644 --- a/test/alltests.py +++ b/test/alltests.py @@ -3,6 +3,8 @@ import unittest testbase.echo = False +# test + def suite(): modules_to_test = ( # core utilities |