diff options
Diffstat (limited to 'test/tables.py')
-rw-r--r-- | test/tables.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/tables.py b/test/tables.py index 5fb7a0bad..a5e8bdbee 100644 --- a/test/tables.py +++ b/test/tables.py @@ -9,11 +9,11 @@ import testbase __ALL__ = ['db', 'users', 'addresses', 'orders', 'orderitems', 'keywords', 'itemkeywords'] ECHO = testbase.echo -DATA = False -CREATE = False -#CREATE = True -#DBTYPE = 'sqlite_memory' -DBTYPE = 'postgres' +DATA = True +#CREATE = False +CREATE = True +DBTYPE = 'sqlite_memory' +#DBTYPE = 'postgres' #DBTYPE = 'sqlite_file' if DBTYPE == 'sqlite_memory': |