comparison test/test_postgresql.py @ 5077:88fc7202f87d

Remove 'import *' statement from test/memorydb.py It is generally best to avoid 'import *' statements, particularly in this case where objects in the global namespace are being propagated through to an execfile(). The construction of the 'vars' variable is a bit of a hack, but preferable to the alternative. Sometime in the future it may be a good idea to do away with using execfile() to parse the schema files.
author John Kristensen <john@jerrykan.com>
date Fri, 10 Jun 2016 18:24:47 +1000
parents c977f3530944
children 37d1e24fb941
comparison
equal deleted inserted replaced
5076:d27de8f08c31 5077:88fc7202f87d

Roundup Issue Tracker: http://roundup-tracker.org/