diff options
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r-- | test/orm/alltests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py index 814b2d760..7fcac805a 100644 --- a/test/orm/alltests.py +++ b/test/orm/alltests.py @@ -7,6 +7,7 @@ def suite(): 'orm.lazytest1', 'orm.eagertest1', 'orm.eagertest2', + 'orm.eagertest3', 'orm.sessioncontext', 'orm.unitofwork', |