Beispiel #1
0
 def __init__(self, methodName):
     self.pl = ProceduralLanguage()
     self.language = 'plr'
     super(PlrMPPTestCase, self).__init__(methodName)
Beispiel #2
0
 def __init__(self, methodName):
     self.pl = ProceduralLanguage()
     self.gpdb = GpdbSystem()
     super(PlPgsqlCachingTest, self).__init__(methodName)