예제 #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'))