summaryrefslogtreecommitdiff
path: root/test/sql/alltests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql/alltests.py')
-rw-r--r--test/sql/alltests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sql/alltests.py b/test/sql/alltests.py
index 7be1a3ffb..a669a25f2 100644
--- a/test/sql/alltests.py
+++ b/test/sql/alltests.py
@@ -7,6 +7,8 @@ def suite():
'sql.testtypes',
'sql.constraints',
+ 'sql.generative',
+
# SQL syntax
'sql.select',
'sql.selectable',
@@ -30,7 +32,5 @@ def suite():
alltests.addTest(unittest.findTestCases(mod, suiteClass=None))
return alltests
-
-
if __name__ == '__main__':
testbase.main(suite())