Beispiel #1
0
 def testConnectURL(self):
    self.doTestConnection(connect(url='postgres://localhost/hello'))
Beispiel #2
0
 def testConnect(self):
    self.doTestConnection(connect(database='hello'))