diff options
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r-- | test/orm/alltests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py index 3fbdbadfc..ffcdd3d21 100644 --- a/test/orm/alltests.py +++ b/test/orm/alltests.py @@ -28,6 +28,8 @@ def suite(): 'orm.inheritance', 'orm.inheritance2', 'orm.inheritance3', + 'orm.inheritance4', + 'orm.inheritance5', 'orm.single', 'orm.polymorph' ) |