def testConnectURL(self): self.doTestConnection(connect(url='postgres://localhost/hello'))
def testConnect(self): self.doTestConnection(connect(database='hello'))