Example #1
0
File: test_pg.py Project: jcsoo/orm
 def testConnectURL(self):
    self.doTestConnection(connect(url='postgres://localhost/hello'))
Example #2
0
File: test_pg.py Project: jcsoo/orm
 def testConnect(self):
    self.doTestConnection(connect(database='hello'))