diff options
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r-- | test/orm/alltests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py index 059d7a100..3748d3f34 100644 --- a/test/orm/alltests.py +++ b/test/orm/alltests.py @@ -17,7 +17,8 @@ def suite(): 'orm.generative', 'orm.lazytest1', 'orm.assorted_eager', - + + 'orm.naturalpks', 'orm.sessioncontext', 'orm.unitofwork', 'orm.session', |