summaryrefslogtreecommitdiff
path: root/test/orm/alltests.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-06-22 04:29:55 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-06-22 04:29:55 +0000
commit0ab010867f39e6ae20af23b36b3b78f9948ec181 (patch)
tree9d745ab8b1281e97eb2ead5947eca16336d5c763 /test/orm/alltests.py
parentbb1fde2042f389e7a21f070b11fdbe7c5c5cd535 (diff)
downloadsqlalchemy-0ab010867f39e6ae20af23b36b3b78f9948ec181.tar.gz
more compilation fixes
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r--test/orm/alltests.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py
index cfbfdb70b..6bcad2c15 100644
--- a/test/orm/alltests.py
+++ b/test/orm/alltests.py
@@ -18,14 +18,14 @@ def suite():
'orm.cycles',
'orm.poly_linked_list',
- 'orm.entity',
- 'orm.compile',
- 'orm.manytomany',
- 'orm.onetoone',
- 'orm.inheritance',
- 'orm.inheritance2',
- 'orm.inheritance3',
- 'orm.polymorph'
+ 'orm.entity',
+ 'orm.compile',
+ 'orm.manytomany',
+ 'orm.onetoone',
+ 'orm.inheritance',
+ 'orm.inheritance2',
+ 'orm.inheritance3',
+ 'orm.polymorph'
)
alltests = unittest.TestSuite()
for name in modules_to_test: