示例#1
0
文件: test_pg.py 项目: jcsoo/orm
 def testConnectURL(self):
    self.doTestConnection(connect(url='postgres://localhost/hello'))
示例#2
0
文件: test_pg.py 项目: jcsoo/orm
 def testConnect(self):
    self.doTestConnection(connect(database='hello'))